summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/am/BroadcastQueue.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-11-14Ensure recipient can be launched before attempting broadcast deliveryChristopher Tate
2013-10-31Fix issue #11168649: LRU logic for Chrome renderers seems...Dianne Hackborn
2013-10-16Increase size of broadcast history lists on non-svelte devices.Dianne Hackborn
2013-10-03Fix issue #10901205: Shouldn't send broadcasts (or try to bind services, etc....Dianne Hackborn
2013-09-19Implement issue #10691475: Kill cached processes if about to...Dianne Hackborn
2013-09-18Finish issue #10779747: Calendar Storage crash observed...Dianne Hackborn
2013-08-07Add support for broadcast intentsBen Gruver
2013-08-06Refactor ProcessStats, ProcessTracker.Dianne Hackborn
2013-07-12Add new proc state constants and delivery.Dianne Hackborn
2013-07-09Add new location monitoring op, make some of app ops public.Dianne Hackborn
2013-06-12Improve process tracking.Dianne Hackborn
2013-06-07Initial super-primitive process tracker.Dianne Hackborn
2013-03-25Fix issue #8470131: Process thrash kills batteryDianne Hackborn
2013-02-05App ops: new operations for SMS.Dianne Hackborn
2012-11-29Maybe fix issue #7596986: Frequent runtime restarts; IAE at...Dianne Hackborn
2012-10-09Further work on issue #7307399: Framework needs a new pre-user-shutdown...Dianne Hackborn
2012-10-04Fix issue #6968859: home not exiting an ANR'd dreamDianne Hackborn
2012-09-26Maybe fix issue #7211766: bindService() to User u0 While u10 is...Dianne Hackborn
2012-09-17Fix dumb bug merging receivers for multiple users.Dianne Hackborn
2012-09-04Add registering for explicit users.Dianne Hackborn
2012-08-27Relax permission requirement for sending broadcasts to other usersAmith Yamasani
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-08-07More mult-user API work.Dianne Hackborn
2012-08-02Add APIs for interacting across users.Dianne Hackborn
2012-04-17Make sure persistent processes are not replicated for secondary users.Amith Yamasani
2012-03-22Package restrictions per userAmith Yamasani
2012-02-10Move BroadcastQueue out of the ActivityManager class.Dianne Hackborn