summaryrefslogtreecommitdiff
path: root/core/java/android/app/PendingIntent.java
AgeCommit message (Expand)Author
2021-07-13Revert "Disable PendingIntent explicit mutability enforcement."Siddeswar Aluganti
2021-05-21Revert "Revert "Enforce the PendingIntent mutability flag requirement for chr...Brian Orr
2021-05-07Disable PendingIntent explicit mutability enforcement.Siddeswar Aluganti
2021-04-29Merge SP1A.210425.001Scott Lobdell
2021-04-23Revert "Enforce the PendingIntent mutability flag requirement for chrome"Brian Orr
2021-04-20Synthesize app PendingIntents rather than wrap themChristopher Tate
2021-04-12Enforce the PI mutability flag requirement for test appsAshwini Oruganti
2021-03-29Enforce the PendingIntent mutability flag requirement for chromeAshwini Oruganti
2021-03-23Update Nullability per API reviewSoonil Nagarkar
2021-03-08New API for comparing two intents of PendingIntent object.paulhu
2021-03-04Revise PendingIntent.queryIntentComponents APIJin Seok Park
2021-02-24Update some Nullable annotations on PendingIntentSoonil Nagarkar
2021-02-18Proposal: Reduce the number of IPCs in PendingIntentSoonil Nagarkar
2021-02-02Merge changes from topic "nullablecollection" into sc-devAdrian Roos
2021-02-01API: Suppress existing NullableCollections lints (S edition)Adrian Roos
2021-01-29Expose PendingIntent APIs for exposing component/type for CTSJin Seok Park
2021-01-25Merge "Let modules obtain target component of PendingIntent"Makoto Onuki
2021-01-22Let modules obtain target component of PendingIntentMakoto Onuki
2021-01-22Temporarily relax the PI mutability flag requirement for chromeAshwini Oruganti
2021-01-21Relax the PI mutability flag requirement for apps under instrumentationAshwini Oruganti
2021-01-19Enforce that a PendingIntent has an explicit mutabilityAshwini Oruganti
2021-01-07Expose FLAG_MUTABLE_UNAUDITED for use by CTSAshwini Oruganti
2021-01-06Revert "Enforce that a PendingIntent has an explicit mutability ..."Ashwini Oruganti
2021-01-06Enforce that a PendingIntent has an explicit mutabilityAshwini Oruganti
2020-11-19Update the docs for FLAG_UPDATE_CURRENT and FLAG_IMMUTABLEAshwini Oruganti
2020-10-30Add API for immutable PendingIntentsSoonil Nagarkar
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Merge "Revert "Add maxTargetSdk restriction to unused APIs.""Hongwei Wang
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-28Merge "Add maxTargetSdk restriction to unused APIs."Mathew Inwood
2020-10-27Add a PendingIntent flag to mark unaudited PI mutabilityAshwini Oruganti
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-26Suppress more error prone warnings that are false positivesAshwini Oruganti
2020-10-231/ Add basic infra for global drag handling in the ShellWinson Chung
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-10-14Suppress one off errorprone warnings for AndroidFrameworkPendingIntentMutabilityAshwini Oruganti
2020-09-29Update docs to hint when to use FLAG_MUTABLEAshwini Oruganti
2020-09-28Define FLAG_MUTABLE and add a compat change for explicit definition of Pendin...Ashwini Oruganti
2020-09-24Revert "Define FLAG_MUTABLE and add a compat change for explicit..."Greg Kaiser
2020-09-22Define FLAG_MUTABLE and add a compat change for explicit definition of Pendin...Ashwini Oruganti
2020-06-01Support apps sharing file:// URIs with the camera APIZim
2020-03-12Rename featureId -> attributionTagPhilip P. Moltmann
2020-02-12Revert "Revert "Activity start: Send featureId from context->AppOpsManager""Philip P. Moltmann
2020-02-10Revert "Activity start: Send featureId from context->AppOpsManager"Philip P. Moltmann
2020-02-08Activity start: Send featureId from context->AppOpsManagerPhilip P. Moltmann
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-11-06Merge "Remove cancel listeners from pending intent alarms"TreeHugger Robot
2019-11-04Remove cancel listeners from pending intent alarmsSuprabh Shukla
2019-11-01Documenting PendingIntent identifying flagsSuprabh Shukla