summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/PendingIntent.java
Commit message (Expand)AuthorAgeFilesLines
* am fee6d0cb: Merge "Fix documentation of requestCode parameter."Dianne Hackborn2013-05-261-12/+6
|\
| * Fix documentation of requestCode parameter.Danny Baumann2013-04-051-12/+6
* | Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-6/+8
* | Handle finished bugreports, share from private.Jeff Sharkey2013-03-131-0/+2
* | Fix issue #8228463: contradicting public documentation on what...Dianne Hackborn2013-02-201-1/+58
|/
* am d5d6f04f: Merge "Hopefully fix PendingIntent.getActivities() documentation...Dianne Hackborn2013-01-071-2/+2
|\
| * Hopefully fix PendingIntent.getActivities() documentation wtf.Tim Hutt2012-12-101-2/+2
* | Improve debugging for issue #7586414: AlarmManager wakelocks heldDianne Hackborn2012-11-271-0/+14
|/
* Construct a task stack for picking a wifi network from notificationAdam Powell2012-09-301-0/+25
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-1/+7
* DevicePolicyManager per userAmith Yamasani2012-09-181-1/+8
* Fix API review bugs.Dianne Hackborn2012-09-171-5/+47
* Add registering for explicit users.Dianne Hackborn2012-09-041-2/+2
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-4/+27
* 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 #6717667: expanded notification actions don't work on the lock screenDianne Hackborn2012-06-251-0/+14
* Start using the new activity options argument.Dianne Hackborn2012-03-191-4/+82
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-4/+4
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+4
* Fix issue #4902856: Don't let apps register non-explicit PendingIntentsDianne Hackborn2011-06-301-6/+64
* Implement issue #3221502: New APIs to support new back stack / task navigationDianne Hackborn2010-11-221-3/+65
* Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn2009-10-051-1/+1
* Wallpapers, animations, pending intent.Dianne Hackborn2009-09-101-1/+2
* Updates from API review.Dianne Hackborn2009-07-281-6/+1
* Remove circular dependency in PackageManager. api freeStorage uses PendingInt...Suchi Amalapurapu2009-06-171-1/+19
* More optimization of dumpsys output.Dianne Hackborn2009-04-221-3/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+508
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-508/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-5/+8
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+20
* Initial ContributionThe Android Open Source Project2008-10-211-0/+489