summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/IntentSender.java
Commit message (Expand)AuthorAgeFilesLines
* 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