summaryrefslogtreecommitdiff
path: root/core/java/android/content/IntentSender.java
Commit message (Expand)AuthorAgeFilesLines
* Proposal: Reduce the number of IPCs in PendingIntentSoonil Nagarkar2021-02-181-29/+21
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+2
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+4
* Fix issue #38393543: Not allowed to start service IntentDianne Hackborn2017-05-191-0/+5
* Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...Dianne Hackborn2017-05-101-1/+8
* Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-6/+6
* Fix issue #27532364: Security Vulnerability in IIntentSender.sendDianne Hackborn2016-05-131-5/+2
* Fix issue #21814207 and issue #21814212 (alarm manager)Dianne Hackborn2015-06-171-1/+1
* Fix API review bugs.Dianne Hackborn2012-09-171-3/+17
* Add registering for explicit users.Dianne Hackborn2012-09-041-2/+2
* Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-171-5/+5
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* Add PendingIntent and IntentSender APIs to get user handle.Dianne Hackborn2012-08-141-0/+42
* Fix issue #4902856: Don't let apps register non-explicit PendingIntentsDianne Hackborn2011-06-301-2/+35
* Add support for heavy-weight applications.Dianne Hackborn2010-06-041-0/+20
* Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn2009-10-051-1/+1
* Fix issue #2093608: Calendar widget takes a few seconds to launchDianne Hackborn2009-09-171-0/+5
* Updates from API review.Dianne Hackborn2009-07-281-2/+7
* Remove circular dependency in PackageManager. api freeStorage uses PendingInt...Suchi Amalapurapu2009-06-171-0/+255