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