1. ac39273 Use checkOperation for permission check when starting services. by Wei Wang · 5 years ago
  2. fb72b99 Add API Service.getForegroundServiceType() by Hui Yu · 5 years ago
  3. 752bc2a Don't attempt to work on empty pending starts list by Christopher Tate · 5 years ago
  4. 9cbb20b Fix bugs for background activity starts from notifications by Michal Karpinski · 5 years ago
  5. 2d4207f Change foregroundServiceType from enum to flags by Hui Yu · 6 years ago
  6. 18e46ef Merge "Ensure force-stopped process do not start again during cleanup" by TreeHugger Robot · 6 years ago
  7. 173af94 Merge "Introduce a new process state for location fg service" by Amith Yamasani · 6 years ago
  8. aaef731 Ensure force-stopped process do not start again during cleanup by Riddle Hsu · 6 years ago
  9. 751e46ca Allow multiple tasks when reviewing permissions by Philip P. Moltmann · 6 years ago
  10. a0a30a1 Introduce a new process state for location fg service by Amith Yamasani · 6 years ago
  11. 4311f21 Revert "Optimize service restart logic." by Varun Shah · 6 years ago
  12. 1652241 Optimize service restart logic. by Varun Shah · 6 years ago
  13. 676aa74 Merge "Move oom adjust related code to OomAdjuster" by TreeHugger Robot · 6 years ago
  14. f8d8278 Merge "Fix typo in comment" by Mohammad Samiul Islam · 6 years ago
  15. ceeadae Merge "Temporarily whitelist processes to open activities from background when service-based PendingIntent was whitelisted" by Michal Karpinski · 6 years ago
  16. aa74644 Move oom adjust related code to OomAdjuster by Amith Yamasani · 6 years ago
  17. c390aa8 Fix issue #122615120: Add bind flag to require associations by Dianne Hackborn · 6 years ago
  18. c8aa91b Temporarily whitelist processes to open activities from background by Michal Karpinski · 6 years ago
  19. e896c21 Fix typo in comment by Mohammad Samiul Islam · 6 years ago
  20. 7e6fa67 Initial support for application Zygote. by Martijn Coenen · 6 years ago
  21. 9f96c2b Fix NPE in retrieveServiceLocked() by Amith Yamasani · 6 years ago
  22. 2da2901 Merge "Add package information to association sources." by Dianne Hackborn · 6 years ago
  23. 24bbe58 Add package information to association sources. by Dianne Hackborn · 6 years ago
  24. c4dae61 Merge "Improves framework logging for user management." by Jovana Knezevic · 6 years ago
  25. 769b2e7 Add facility to limit associations that are allowed between apps. by Dianne Hackborn · 6 years ago
  26. 1ea8552 Add manifest service attribute foregroundServiceType by Hui Yu · 6 years ago
  27. 2f55e5a Fix various issues in ordering of grouped bindings. by Dianne Hackborn · 6 years ago
  28. a6763a3 Improves framework logging for user management. by jovanak · 6 years ago
  29. a631d56 Add new API to performing grouping and ordering of bindings. by Dianne Hackborn · 6 years ago
  30. 75b3c49 log service stats similar to batterystats by Chenjie Yu · 6 years ago
  31. 27b4d94 Implement naming of isolated service bindings. by Dianne Hackborn · 6 years ago
  32. e361a23 Add UsageStats events for foreground service start/stop. by Hui Yu · 6 years ago
  33. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago
  34. bff2df4 Mirror active uids from AMS to ATMS (29/n) by Wale Ogunwale · 6 years ago
  35. 98a0092 ProcessList refactor by Amith Yamasani · 6 years ago
  36. 51cc98a Moved appNotResponding handling into ProcessRecord (23/n) by Wale Ogunwale · 6 years ago
  37. 342fbe9 Moved more stuff from AMS to ATMS (20/n) by Wale Ogunwale · 6 years ago
  38. c4e63a4 Introduced ActivityServiceConnectionsHolder (18/n) by Wale Ogunwale · 6 years ago
  39. ee6eca1 Introducing PendingIntentController (17/n) by Wale Ogunwale · 6 years ago
  40. 5378374 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  41. bb23d53 Fix InstantAppRegistry for secondary users. by Hai Zhang · 6 years ago
  42. 906f9c6 Moved input time out handling to ActivityTaskManagerService (14/n) by Wale Ogunwale · 6 years ago
  43. 590c716 Merge "Moved URI grants code out of ActivityManagerService to its own service (13/n)" by Wale Ogunwale · 6 years ago
  44. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  45. 6d50dcc Moved URI grants code out of ActivityManagerService to its own service (13/n) by Wale Ogunwale · 6 years ago
  46. c0b67c9 Merge "Add more data (fg services, associations) to procstats." by TreeHugger Robot · 6 years ago
  47. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  48. 2aec55a Add more data (fg services, associations) to procstats. by Dianne Hackborn · 6 years ago
  49. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  50. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  51. 0a82690 Guard pre-O apps from malicious startForegroundService() by Christopher Tate · 6 years ago
  52. 5e5c345 Extend startForegroundService() fg transition timeout to 10 seconds by Christopher Tate · 6 years ago
  53. f9491ca Merge "Suppress service start timeout for services within system server," into pi-dev by Makoto Onuki · 6 years ago
  54. 7450f0c Merge "Don't crash apps unfairly under FAS" into pi-dev by TreeHugger Robot · 6 years ago
  55. e84ffd9 Don't crash apps unfairly under FAS by Christopher Tate · 6 years ago
  56. 7ce98ac Suppress service start timeout for services within system server, by Makoto Onuki · 6 years ago
  57. cc269d9 Update service map when application info is updated by Fyodor Kupolov · 6 years ago
  58. 070d142 Fix issue #77931346: The notification that should not be named appeared by Dianne Hackborn · 6 years ago
  59. 45f06c79 Tie FAS service-start to the same idleness state as O+ bg restrictions by Christopher Tate · 6 years ago
  60. dbdf5df Merge "Split provider / service dumpsys into platform and non-platform" into pi-dev by Makoto Onuki · 6 years ago
  61. 32643c6 Merge "Fix issue #74248644: Swiping away task increments start ID of running services" into pi-dev by TreeHugger Robot · 6 years ago
  62. 0b575a3 Split provider / service dumpsys into platform and non-platform by Makoto Onuki · 6 years ago
  63. 42ecdf3 Fix issue #74248644: Swiping away task increments start ID of running services by Dianne Hackborn · 6 years ago
  64. 8504828 Correct bg service start policy re bg-restricted state by Christopher Tate · 6 years ago
  65. e8479d7 Merge "Include ServiceRecord in foreground service exception exception text." into pi-dev by Kodlee Yin · 6 years ago
  66. 7e95126 Include ServiceRecord in foreground service exception exception text. by Kodlee Yin · 6 years ago
  67. c2def58 Copy ApplicationInfo#versionCode field by Patrick Baumann · 6 years ago
  68. e9d9b4b Fix issue #77230164: Add app op to control foreground services by Dianne Hackborn · 6 years ago
  69. 32ca41d Merge "Remove am/wm.proto which is redundant. The naming convention is defined in core/proto/README.md" into pi-dev by TreeHugger Robot · 6 years ago
  70. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  71. c7933ac Suppress all background-state services in user-forced app standby by Christopher Tate · 6 years ago
  72. 54f51b0 Don't time out startForegroundService when debugging the app by Christopher Tate · 6 years ago
  73. dd027b3 Fix issue #72116995: Add permission guarding Service#startForeground by Dianne Hackborn · 7 years ago
  74. 2b30f32 Rename dumpsys protos to make platform proto names consistent. by Yi Jin · 6 years ago
  75. a896c7a Merge "fix uid for ForegroundServiceStateChanged" by TreeHugger Robot · 6 years ago
  76. 1b9b21c fix uid for ForegroundServiceStateChanged by Chenjie Yu · 6 years ago
  77. 0b4add6 Revert "Fix issue #72116995: Add permission guarding Service#startForeground" by Ian Pedowitz · 6 years ago
  78. a9da85f Fix issue #72116995: Add permission guarding Service#startForeground by Dianne Hackborn · 7 years ago
  79. ccfe645 Atom and logging for foreground service state changes by Chenjie Yu · 7 years ago
  80. c2cbc07 Revert "Fix issue #72116995: Add permission guarding Service#startForeground" by Dianne Hackborn · 7 years ago
  81. 994b5ad Fix issue #72116995: Add permission guarding Service#startForeground by Dianne Hackborn · 7 years ago
  82. d223db3 Add infrastructure for running a11y tests in instant mode by Svet Ganov · 7 years ago
  83. f097d42 Move heavy-weight process state down to cached range. by Dianne Hackborn · 7 years ago
  84. 6b51414 Implement Activity Manager Dumpsys --service option by Yi Jin · 7 years ago
  85. 2c93591 Use correct user id for permission check for instant foreground service by Svet Ganov · 7 years ago
  86. 1b3edac Use separate lock in UserController by Fyodor Kupolov · 7 years ago
  87. 1536cc2 Mark uid as non-idle/FG-entitled when launching for fg service by Christopher Tate · 7 years ago
  88. b0c8a88 Retry crashed bound foreground service with some delay by Amith Yamasani · 7 years ago
  89. 2b20d55 Merge "Fix issue #62524613: Background limitation is not working as expected..." into oc-dev by TreeHugger Robot · 7 years ago
  90. a33f1a2 Fix issue #62524613: Background limitation is not working as expected... by Dianne Hackborn · 7 years ago
  91. cb01563 Work on issue #36891897: Need to ensure foreground services... by Dianne Hackborn · 7 years ago
  92. 886e016 Use correct timebase in fg service notifications. by Dan Sandler · 7 years ago
  93. 2f36ab8 Updates to Dianne's Dungeon. by Dan Sandler · 7 years ago
  94. fb5d4b5 Work on issue #36891897: Need to ensure foreground services... by Dianne Hackborn · 7 years ago
  95. b2926b1 Fix a security exception when unbinding services by Amith Yamasani · 7 years ago
  96. f965f40 Fix issue #38037532: Toasts cause apps to become foreground by Dianne Hackborn · 7 years ago
  97. f57b93c Merge "Update process state after unbinding a service." into oc-dev by TreeHugger Robot · 7 years ago
  98. 385c3ad Update process state after unbinding a service. by Amith Yamasani · 7 years ago
  99. c45d88b Merge "Fix issue #37938835: Undismissable "Camera is running in the..." into oc-dev by Dianne Hackborn · 7 years ago
  100. be68d49 Fix issue #37938835: Undismissable "Camera is running in the... by Dianne Hackborn · 7 years ago