1. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  2. c0b67c9 Merge "Add more data (fg services, associations) to procstats." by TreeHugger Robot · 6 years ago
  3. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  4. 2aec55a Add more data (fg services, associations) to procstats. by Dianne Hackborn · 6 years ago
  5. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  6. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  7. 0a82690 Guard pre-O apps from malicious startForegroundService() by Christopher Tate · 6 years ago
  8. 5e5c345 Extend startForegroundService() fg transition timeout to 10 seconds by Christopher Tate · 6 years ago
  9. f9491ca Merge "Suppress service start timeout for services within system server," into pi-dev by Makoto Onuki · 6 years ago
  10. 7450f0c Merge "Don't crash apps unfairly under FAS" into pi-dev by TreeHugger Robot · 6 years ago
  11. e84ffd9 Don't crash apps unfairly under FAS by Christopher Tate · 6 years ago
  12. 7ce98ac Suppress service start timeout for services within system server, by Makoto Onuki · 6 years ago
  13. cc269d9 Update service map when application info is updated by Fyodor Kupolov · 6 years ago
  14. 070d142 Fix issue #77931346: The notification that should not be named appeared by Dianne Hackborn · 6 years ago
  15. 45f06c79 Tie FAS service-start to the same idleness state as O+ bg restrictions by Christopher Tate · 6 years ago
  16. dbdf5df Merge "Split provider / service dumpsys into platform and non-platform" into pi-dev by Makoto Onuki · 6 years ago
  17. 32643c6 Merge "Fix issue #74248644: Swiping away task increments start ID of running services" into pi-dev by TreeHugger Robot · 6 years ago
  18. 0b575a3 Split provider / service dumpsys into platform and non-platform by Makoto Onuki · 6 years ago
  19. 42ecdf3 Fix issue #74248644: Swiping away task increments start ID of running services by Dianne Hackborn · 6 years ago
  20. 8504828 Correct bg service start policy re bg-restricted state by Christopher Tate · 6 years ago
  21. e8479d7 Merge "Include ServiceRecord in foreground service exception exception text." into pi-dev by Kodlee Yin · 6 years ago
  22. 7e95126 Include ServiceRecord in foreground service exception exception text. by Kodlee Yin · 6 years ago
  23. c2def58 Copy ApplicationInfo#versionCode field by Patrick Baumann · 6 years ago
  24. e9d9b4b Fix issue #77230164: Add app op to control foreground services by Dianne Hackborn · 6 years ago
  25. 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
  26. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  27. c7933ac Suppress all background-state services in user-forced app standby by Christopher Tate · 6 years ago
  28. 54f51b0 Don't time out startForegroundService when debugging the app by Christopher Tate · 6 years ago
  29. dd027b3 Fix issue #72116995: Add permission guarding Service#startForeground by Dianne Hackborn · 6 years ago
  30. 2b30f32 Rename dumpsys protos to make platform proto names consistent. by Yi Jin · 6 years ago
  31. a896c7a Merge "fix uid for ForegroundServiceStateChanged" by TreeHugger Robot · 6 years ago
  32. 1b9b21c fix uid for ForegroundServiceStateChanged by Chenjie Yu · 6 years ago
  33. 0b4add6 Revert "Fix issue #72116995: Add permission guarding Service#startForeground" by Ian Pedowitz · 6 years ago
  34. a9da85f Fix issue #72116995: Add permission guarding Service#startForeground by Dianne Hackborn · 6 years ago
  35. ccfe645 Atom and logging for foreground service state changes by Chenjie Yu · 6 years ago
  36. c2cbc07 Revert "Fix issue #72116995: Add permission guarding Service#startForeground" by Dianne Hackborn · 6 years ago
  37. 994b5ad Fix issue #72116995: Add permission guarding Service#startForeground by Dianne Hackborn · 6 years ago
  38. d223db3 Add infrastructure for running a11y tests in instant mode by Svet Ganov · 6 years ago
  39. f097d42 Move heavy-weight process state down to cached range. by Dianne Hackborn · 6 years ago
  40. 6b51414 Implement Activity Manager Dumpsys --service option by Yi Jin · 7 years ago
  41. 2c93591 Use correct user id for permission check for instant foreground service by Svet Ganov · 7 years ago
  42. 1b3edac Use separate lock in UserController by Fyodor Kupolov · 7 years ago
  43. 1536cc2 Mark uid as non-idle/FG-entitled when launching for fg service by Christopher Tate · 7 years ago
  44. b0c8a88 Retry crashed bound foreground service with some delay by Amith Yamasani · 7 years ago
  45. 2b20d55 Merge "Fix issue #62524613: Background limitation is not working as expected..." into oc-dev by TreeHugger Robot · 7 years ago
  46. a33f1a2 Fix issue #62524613: Background limitation is not working as expected... by Dianne Hackborn · 7 years ago
  47. cb01563 Work on issue #36891897: Need to ensure foreground services... by Dianne Hackborn · 7 years ago
  48. 886e016 Use correct timebase in fg service notifications. by Dan Sandler · 7 years ago
  49. 2f36ab8 Updates to Dianne's Dungeon. by Dan Sandler · 7 years ago
  50. fb5d4b5 Work on issue #36891897: Need to ensure foreground services... by Dianne Hackborn · 7 years ago
  51. b2926b1 Fix a security exception when unbinding services by Amith Yamasani · 7 years ago
  52. f965f40 Fix issue #38037532: Toasts cause apps to become foreground by Dianne Hackborn · 7 years ago
  53. f57b93c Merge "Update process state after unbinding a service." into oc-dev by TreeHugger Robot · 7 years ago
  54. 385c3ad Update process state after unbinding a service. by Amith Yamasani · 7 years ago
  55. c45d88b Merge "Fix issue #37938835: Undismissable "Camera is running in the..." into oc-dev by Dianne Hackborn · 7 years ago
  56. be68d49 Fix issue #37938835: Undismissable "Camera is running in the... by Dianne Hackborn · 7 years ago
  57. 02af3ea Grant ephemeral app access during service bind by Jesse Evans · 7 years ago
  58. af59768 Fix stupid bug. by Dianne Hackborn · 7 years ago
  59. 83b40f6 Work on issue #36891897: Need to ensure foreground services can't... by Dianne Hackborn · 7 years ago
  60. 1f1d372 Merge "bringDownServiceLocked() shouldn't complain when mServicesByName..." into oc-dev by Makoto Onuki · 7 years ago
  61. 1b9dfda bringDownServiceLocked() shouldn't complain when mServicesByName... by Makoto Onuki · 7 years ago
  62. 0f42129 Make sure to update oom-adjustment when a service starts. by Makoto Onuki · 7 years ago
  63. 03d0f81 Don't clear restart counter when bringing up the service. by Sudheer Shanka · 7 years ago
  64. e23fa2b OOM-adjust an app to the foreground for startForegroundService by Christopher Tate · 7 years ago
  65. 8305a1f Merge "Fix issue #37306208: CTS: ServiceTest#testForegroundService..." into oc-dev by Dianne Hackborn · 7 years ago
  66. f82236e Fix issue #37306208: CTS: ServiceTest#testForegroundService... by Dianne Hackborn · 7 years ago
  67. 242ba3e9 Turn down the preliminary foreground service API by Christopher Tate · 7 years ago
  68. c75587e Work on issue #36427964: SecurityException: Unable to find app... by Dianne Hackborn · 7 years ago
  69. 36de376 Merge "Work on issue #36869295: com.qti.qualcomm.datastatusnotification..." into oc-dev by TreeHugger Robot · 7 years ago
  70. 2f8e378 Work on issue #36869295: com.qti.qualcomm.datastatusnotification... by Dianne Hackborn · 7 years ago
  71. 3f7c9f2 Deliver start service args with ParcelledListSlice. by Dianne Hackborn · 7 years ago
  72. 78e8ac9c Merge "Framework support to improve bg check CTS tests." into oc-dev by TreeHugger Robot · 7 years ago
  73. 9484603 Framework support to improve bg check CTS tests. by Dianne Hackborn · 7 years ago
  74. 51b3aac Implement service filtering by Todd Kennedy · 7 years ago
  75. 08992ac API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  76. 55af6c5 Avoid deadlock when installing app by Shunta Sato · 8 years ago
  77. c9d9407 Revert "Ensure network connectivity on app start." by Sudheer Shanka · 7 years ago
  78. 27e6931 Ensure network connectivity on app start. by Sudheer Shanka · 7 years ago
  79. c38e4a6 Merge "Fixed call to setServiceForegroundInnerLocked()." by TreeHugger Robot · 7 years ago
  80. 26ae163 Fixed call to setServiceForegroundInnerLocked(). by Felipe Leme · 7 years ago
  81. 97b383f Add permission for instant apps creating foreground services by Chad Brubaker · 7 years ago
  82. 290e578 Limit getRunningServices to calling uid's services. by Bryce Lee · 7 years ago
  83. 5f1a2a3 Merge "Optimize bg check flow." by Dianne Hackborn · 7 years ago
  84. c3af19a Optimize bg check flow. by Dianne Hackborn · 7 years ago
  85. 9decd5a Restore foreground service notifications by Julia Reynolds · 7 years ago
  86. 85e3564 Improve behavior of bg check. by Dianne Hackborn · 7 years ago
  87. 4c0659f Merge "Enable background restrictions" by TreeHugger Robot · 7 years ago
  88. 42a386b Enable background restrictions by Christopher Tate · 8 years ago
  89. 0e989d0 Grant access to ephemeral metadata by Todd Kennedy · 7 years ago
  90. 9e83cbb Revert "Enable background restrictions" by Chris Tate · 7 years ago
  91. 21f7780 Enable background restrictions by Christopher Tate · 8 years ago
  92. e4ddf44 Merge "Add new hostingType for startProcessLocked() that selects using the WebViewZygote." am: eda1af611f am: bbcd9d26b1 am: 5806963539 by Robert Sesek · 8 years ago
  93. bbcd9d2 Merge "Add new hostingType for startProcessLocked() that selects using the WebViewZygote." by Robert Sesek · 8 years ago
  94. c5f8664 Add new hostingType for startProcessLocked() that selects using the WebViewZygote. by Robert Sesek · 8 years ago
  95. e07641d Start implementing background restrictions for eph apps. by Dianne Hackborn · 8 years ago
  96. f9e2ad0 Add Bluetooth toggle prompts - framework by Svetoslav Ganov · 8 years ago
  97. cc6418f Move ApplicationThread to aidl. by Sudheer Shanka · 8 years ago
  98. bd91231 Merge "Work on issue #29939676: android.util.ArraySet static cache corruption" by Dianne Hackborn · 8 years ago
  99. ad51be9 Work on issue #29939676: android.util.ArraySet static cache corruption by Dianne Hackborn · 8 years ago
  100. 77df6f3 Remove permission review build property - framework by Svet Ganov · 8 years ago