summaryrefslogtreecommitdiff
path: root/core/java/android/content/IntentSender.java
AgeCommit message (Expand)Author
2021-02-18Proposal: Reduce the number of IPCs in PendingIntentSoonil Nagarkar
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2017-05-19Fix issue #38393543: Not allowed to start service IntentDianne Hackborn
2017-05-10Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...Dianne Hackborn
2016-11-14Update usage of ActivityManagerNative.Sudheer Shanka
2016-05-13Fix issue #27532364: Security Vulnerability in IIntentSender.sendDianne Hackborn
2015-06-17Fix issue #21814207 and issue #21814212 (alarm manager)Dianne Hackborn
2012-09-17Fix API review bugs.Dianne Hackborn
2012-09-04Add registering for explicit users.Dianne Hackborn
2012-08-17Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-08-14Add PendingIntent and IntentSender APIs to get user handle.Dianne Hackborn
2011-06-30Fix issue #4902856: Don't let apps register non-explicit PendingIntentsDianne Hackborn
2010-06-04Add support for heavy-weight applications.Dianne Hackborn
2009-10-05Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn
2009-09-17Fix issue #2093608: Calendar widget takes a few seconds to launchDianne Hackborn
2009-07-28Updates from API review.Dianne Hackborn
2009-06-17Remove circular dependency in PackageManager. api freeStorage uses PendingInt...Suchi Amalapurapu