1. b1e2da7 Add Bluetooth toggle prompts - framework by Svetoslav Ganov · 8 years ago
  2. 569a458 Fix issue #30647973: stopForeground() doesn't remove notification by Dianne Hackborn · 8 years ago
  3. 0ba4c71 Fix issue #29506774: Foreground Service Can Avoid Notification Requirement by Dianne Hackborn · 8 years ago
  4. a7778b0 Fixed whitelistManager set on unbindServiceLocked() by Felipe Leme · 8 years ago
  5. a590d2b Fix bug where process whitelist manager state would not be correct. by Dianne Hackborn · 8 years ago
  6. 9b80b94 Do not schedule restarts if the system is shutting down by Fyodor Kupolov · 8 years ago
  7. 9d97ee2 Turn this wtf into just a log. by Joe Onorato · 8 years ago
  8. efa291a Merge "Allow apps to bypass Power Save restrictions when launched from a Notification's PendingIntent." into nyc-dev by TreeHugger Robot · 8 years ago
  9. a1b79bf Allow apps to bypass Power Save restrictions when launched from a Notification's PendingIntent. by Felipe Leme · 8 years ago
  10. d6ac762 Protect against NPE while to updating service connection activities. by Wale Ogunwale · 8 years ago
  11. 777a06d Fix issue #28641630: Service client dumps are timing out for no reason by Dianne Hackborn · 8 years ago
  12. d041822 Reduce wtf spam when a service onDestroy races with proc death by Amith Yamasani · 8 years ago
  13. ca82e61 Add reasons to notifyPackageUse calls by Brian Carlstrom · 8 years ago
  14. 67324c9 Work on issue #28221912: Starting service as foreground might... by Dianne Hackborn · 8 years ago
  15. 4fb9c4a Fix issue #28001806: Background check is incorrectly restricting binding of services by Dianne Hackborn · 8 years ago
  16. 05c9ecc Include process state in association tracking by Joe Onorato · 8 years ago
  17. cba3279 Merge "Fix issue #27776639: Background Check: Conn_Change..." into nyc-dev by Dianne Hackborn · 8 years ago
  18. e91f3e7 Fix issue #27776639: Background Check: Conn_Change... by Dianne Hackborn · 8 years ago
  19. 4eb64fd Refactor ProcessStats. by Joe Onorato · 8 years ago
  20. f0ec2e0 Mark even more Bundles as defusable. by Jeff Sharkey · 8 years ago
  21. a49ad09 Work on issue #27381069: Master tracking bug: NYC is Sluggish by Dianne Hackborn · 8 years ago
  22. 20d7df3 Crash dialog improvements, move crash code to AppErrors by Adrian Roos · 9 years ago
  23. b9a8666 Add external services, a way to run isolated processes as a different package. by Robert Sesek · 9 years ago
  24. c5967e9 More progress on triaging PackageManager callers. by Jeff Sharkey · 9 years ago
  25. 03a25bd Fix crashes in background check. by Dianne Hackborn · 9 years ago
  26. 2639c4b New generic background restrictions. by Dianne Hackborn · 9 years ago
  27. 9c165d7 Add optional permission review for legacy apps - framework by Svet Ganov · 9 years ago
  28. 8fb0e19 Fix crash in bindService due to uncleared binder identity by Amith Yamasani · 9 years ago
  29. bef28fe Initial stab at background check. by Dianne Hackborn · 9 years ago
  30. 183501e Merge "Remove performBootDexOpt and am's ensurePackageDexOpt." by Nicolas Geoffray · 9 years ago
  31. 27c0737 Remove performBootDexOpt and am's ensurePackageDexOpt. by Nicolas Geoffray · 9 years ago
  32. e17ac15 More APIs for encryption-aware apps. by Jeff Sharkey · 9 years ago
  33. f63b89c UserController refactoring by Fyodor Kupolov · 9 years ago
  34. 610acda Introduced UserController for multi-user functionality by Fyodor Kupolov · 9 years ago
  35. 1b060e8 Merge "Hopefully fix issue #25153459: Sandboxed_process1 thrashing" into mnc-dr-dev am: 676534e008 am: 75c2993c91 am: ca8e4ce5fc by Dianne Hackborn · 9 years ago
  36. 865907d Hopefully fix issue #25153459: Sandboxed_process1 thrashing by Dianne Hackborn · 9 years ago
  37. 0b65a90 am c2f9e432: am 68025995: am 1942f8a7: am d4ef34ce: am 512141d5: Merge "Respect DONT_KILL_APP flag when bringing down a disabled service." into mnc-dev by Wale Ogunwale · 9 years ago
  38. 2cb2dd4 Respect DONT_KILL_APP flag when bringing down a disabled service. by Wale Ogunwale · 9 years ago
  39. 8b5cd9f Fix a compile error with DEBUG_SERVICE enabled. by Yasuhiro Matsuda · 9 years ago
  40. 99b6043 Teach receivers, activities, providers, and services app ops. by Svet Ganov · 9 years ago
  41. 5862c5f Fix null pointer dereference when security exception occurs by Christopher Desjardins · 9 years ago
  42. 540e123 Clean-up component states in AMS when component is disabled by Wale Ogunwale · 9 years ago
  43. bfac468 Throw caught DeadObjectException when trying to create a service. by Wale Ogunwale · 9 years ago
  44. 94efe91 am bf39a6c6: am 43293fa8: am 437db610: Merge "[ActivityManager] Do not add service to reschedule after removing users." by Olawale Ogunwale · 9 years ago
  45. 437db61 Merge "[ActivityManager] Do not add service to reschedule after removing users." by Olawale Ogunwale · 9 years ago
  46. 954850c am 00e1d5cf: am 1d065987: am 47c1cf4b: Merge "[ActivityManager] Fix ServiceRecord leakage" by Olawale Ogunwale · 9 years ago
  47. cd005eb [ActivityManager] Do not add service to reschedule after removing users. by younghwan1.kim · 9 years ago
  48. 40e259c [ActivityManager] Fix ServiceRecord leakage by louis_chang · 9 years ago
  49. 5f2bb4c Fix bad nesting count when remote calls fail. by Craig Mautner · 9 years ago
  50. d57969f Made AM package debug log more configurable. by Wale Ogunwale · 10 years ago
  51. 8e72aa8 am 603d30b1: Merge "Stop logging service starts and stops." into lmp-mr1-dev automerge: 49880ee by Craig Mautner · 10 years ago
  52. 9851d03 Stop logging service starts and stops. by Craig Mautner · 10 years ago
  53. f6b4b1a Merge "Work on issue #18201239: ANRs in com.google.process.gapps:" into lmp-mr1-dev automerge: 2132695 by Dianne Hackborn · 10 years ago
  54. 455625e Work on issue #18201239: ANRs in com.google.process.gapps: by Dianne Hackborn · 10 years ago
  55. 734f684 Merge "Fix issue #19020826: Including timing issues in ANR reason breaks clustering" into lmp-mr1-dev automerge: 66f8d9b by Dianne Hackborn · 10 years ago
  56. cff1bbf Fix issue #19020826: Including timing issues in ANR reason breaks clustering by Dianne Hackborn · 10 years ago
  57. 62e815b am 02c7c97a: am ac70b2d1: Merge "More debugging for bug 18201239." into lmp-mr1-dev by Craig Mautner · 10 years ago
  58. 66c4a82 More debugging for bug 18201239. by Craig Mautner · 10 years ago
  59. b523c55 am 41d54237: am 92cf3608: Merge "Debug for bug 18201239." into lmp-mr1-dev by Craig Mautner · 10 years ago
  60. 9776ad4 Debug for bug 18201239. by Craig Mautner · 10 years ago
  61. d362d19 am cacf5564: am e3f85985: Merge "bindService can\'t start up service process" by Olawale Ogunwale · 10 years ago
  62. 7158ea2 bindService can't start up service process by chad · 10 years ago
  63. ab2df06 Add new debug feature to track associations between processes. Also by Dianne Hackborn · 10 years ago
  64. f85e7af Fix issue #10034864: Define YouTube application as the preferred... by Dianne Hackborn · 10 years ago
  65. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  66. 7622a0f Maybe fix issue #17700474: manta: high occurrence of device booted... by Dianne Hackborn · 10 years ago
  67. cd97c96 Fix issue #17574819: Chrome browser process is killed... by Dianne Hackborn · 10 years ago
  68. ff07272 Work on issue #17624121: Settings crash while launching on wiped device by Dianne Hackborn · 10 years ago
  69. d0e0154 Merge "Maybe fix issue #17614177 APR: system process restarting due to infinite loop" into lmp-dev by Dianne Hackborn · 10 years ago
  70. 25e1eca Maybe fix issue #17614177 APR: system process restarting due to infinite loop by Dianne Hackborn · 10 years ago
  71. c2f6f94 Fix issue #17609716: Frequent crash in system_server (RT restarts) by Dianne Hackborn · 10 years ago
  72. cf456e3 Merge "Fix issue #17574819: Chrome browser process is killed in background..." into lmp-dev by Dianne Hackborn · 10 years ago
  73. 0fe3c25 Fix issue #17574819: Chrome browser process is killed in background... by Dianne Hackborn · 10 years ago
  74. 365e4c3 Remove FLAG_FOREGROUND_SERVICE on Service.stopForeground() by Christoph Studer · 10 years ago
  75. 24c98e8 A little more work on issue ##16907799. by Dianne Hackborn · 10 years ago
  76. 465fa39 Fix issue #16907799: Processes containing bound services... by Dianne Hackborn · 10 years ago
  77. eddeb49 ActivityManager shouldn't return null for getCurrentUser by Adam Lesinski · 10 years ago
  78. 4a8dddbf Clean up app following death when creating service by Craig Mautner · 10 years ago
  79. 409297d Allow INTERACT_ACROSS_USERS for service access. by Dianne Hackborn · 10 years ago
  80. f7097a5 Add kernel and native memory data to procstats. by Dianne Hackborn · 10 years ago
  81. 8b466c1 am f6550f0a: Merge "More work on voice interaction visuals." into lmp-preview-dev by Dianne Hackborn · 10 years ago
  82. 20d9474 More work on voice interaction visuals. by Dianne Hackborn · 10 years ago
  83. 1015efb Merge "Making the content resolver work with result intents." by Nicolas Prevot · 10 years ago
  84. c6cf95c Making the content resolver work with result intents. by Nicolas Prevot · 10 years ago
  85. 4b9d79c Fix singleUser attribute by Amith Yamasani · 10 years ago
  86. 40c8725 batstats: fix wake lock tracking, service bug by Dianne Hackborn · 10 years ago
  87. f0f94d1 Treat IME processes as hosting activities by Dianne Hackborn · 10 years ago
  88. 08c9db7 am 6ed1c96b: am a1baf028: am 23ef1b5e: am 16ea3e6a: Merge "A background started service is removed from mStartingBackground when timeout. Fix is to make sure mStartingBackground is updated to remove one." by Craig Mautner · 10 years ago
  89. a1baf02 am 23ef1b5e: am 16ea3e6a: Merge "A background started service is removed from mStartingBackground when timeout. Fix is to make sure mStartingBackground is updated to remove one." by Craig Mautner · 10 years ago
  90. eaf2ac4 Battery stats: more events, fixes. by Dianne Hackborn · 10 years ago
  91. 6873e17 am 305c61a1: am 3a8a8ddd: am 8c359bf4: am c174288d: Fix issue #12031685: Sticky Service Breakage in Android 4.4.1 by Dianne Hackborn · 11 years ago
  92. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  93. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/am/ActiveServices.java]
  94. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  95. 90e9b1d Fix issue #11790471: Crash removed home buttons and notification bar/shade by Dianne Hackborn · 11 years ago
  96. ddc19e9 Maybe fix issue #11634365: Leaking restarting services by Dianne Hackborn · 11 years ago
  97. d6f5b62 Work on issue #11634365: Leaking restarting services by Dianne Hackborn · 11 years ago
  98. bc72dce Fix issue #11630188: Still seeing some processes not on LRU list errors by Dianne Hackborn · 11 years ago
  99. daa0d5c Fix issue #11223338: Not retaining service started state while restarting by Dianne Hackborn · 11 years ago
  100. 2303741 Help out with issue #11497149: Clock app crashes when opened during... by Dianne Hackborn · 11 years ago