1. e7b214c Use mContext directly, and enforce via logging by Daniel Rosenberg · 5 years ago
  2. f69bbe1 Make CompatConfig be package private. by atrost · 4 years, 9 months ago
  3. e2ebc1b Add --no-test-api-acces to am instrument. by Artur Satayev · 4 years, 9 months ago
  4. 19305b4 Plumb @TestApi enforcement policy to runtime. by Artur Satayev · 4 years, 9 months ago
  5. 3be71b9 Merge "Reset app reporting on app launch." am: ccaea274c0 by Anna Trostanetski · 4 years, 10 months ago
  6. 893f84d Reset app reporting on app launch. by atrost · 4 years, 10 months ago
  7. d3337c9 Merge "Perform agent startup-attach before bind" am: 7ae1299cdd by Alex Light · 4 years, 10 months ago
  8. 2d0691c Perform agent startup-attach before bind by Alex Light · 4 years, 10 months ago
  9. 8f93d19 Merge "Notify the ART runtime when boot is complete." am: f83748ae28 am: 6b9ab57b2d by Nicolas Geoffray · 5 years ago
  10. 6b9ab57b Merge "Notify the ART runtime when boot is complete." am: f83748ae28 by Nicolas Geoffray · 5 years ago
  11. 6d0d706 Notify the ART runtime when boot is complete. by David Srbecky · 5 years ago
  12. dd40a0c Merge "Fix overlapping remote and recents animations" into qt-r1-dev by Jorim Jaggi · 5 years ago
  13. 589c5ba Fix overlapping remote and recents animations by Jorim Jaggi · 5 years ago
  14. 3020e05 resolve merge conflicts of 9acd72c60b0965fdb1da1bce39b12e0d9c242a06 to stage-aosp-master by Mathew Inwood · 5 years ago
  15. 97bc3a2 Compatibility API implementation for app processes. by Mathew Inwood · 5 years ago
  16. a1b3902 Compatibility API implementation for app processes. by Mathew Inwood · 5 years ago
  17. 2526b49 [FRAMEWORK] Ignore signal registration for debugging by randy.jeong · 5 years ago
  18. 73e6028 Merge "Remove STOPSHOP, disable DEBUG_ANR" into qt-dev by TreeHugger Robot · 5 years ago
  19. fa778eb Defer PSS collection while an activity is starting by Christopher Tate · 5 years ago
  20. d1aee6e Remove STOPSHOP, disable DEBUG_ANR by Makoto Onuki · 5 years ago
  21. 466ad6c Add anon RSS + swap metric by Ioannis Ilkos · 5 years ago
  22. 8891745 Merge ""Fix" issue #112467931: APR: WTF in ActivityManager:..." into qt-dev by TreeHugger Robot · 5 years ago
  23. 41703dd "Fix" issue #112467931: APR: WTF in ActivityManager:... by Dianne Hackborn · 5 years ago
  24. fa178e1 Frameworks: Change Java stack trace dumping by Andreas Gampe · 5 years ago
  25. cefb4b5 Moving some methods to PendingIntentController by Suprabh Shukla · 5 years ago
  26. 9e24576 Cleanup background activity starts for release. by Alan Stokes · 5 years ago
  27. 36c998c Prevent double teardown of service connections by Christopher Tate · 5 years ago
  28. cb9ba4a Merge "Work on issue #112467931: APR about content provider without package" into qt-dev by Dianne Hackborn · 5 years ago
  29. 731490a Merge "Write system property persist.sys.provisioned" into qt-dev by Tao Bao · 5 years ago
  30. 6f30f18 Work on issue #112467931: APR about content provider without package by Dianne Hackborn · 5 years ago
  31. 3389f152 Add worksource AAB bucket to WakeupAlarmOccurred WW atom. by Ben Murdoch · 5 years ago
  32. 34ffe25 Write system property persist.sys.provisioned by Beverly · 5 years ago
  33. 70e0438 Merge "Force system ApplicationInfo update and notify DisplayManager" into qt-dev by TreeHugger Robot · 5 years ago
  34. d0b84f5 Merge "Clean up ProcessRecord when reuse a pid." into qt-dev by Hui Yu · 5 years ago
  35. 6dabda8 Clean up ProcessRecord when reuse a pid. by Hui Yu · 5 years ago
  36. c6351df Merge "Fix error source of system server crashes" into qt-dev by TreeHugger Robot · 5 years ago
  37. e097b07 Merge "Restart the user only after the key is evicted." into qt-dev by TreeHugger Robot · 5 years ago
  38. ee252a5 Fix error source of system server crashes by Tej Singh · 5 years ago
  39. 67d4426 Restart the user only after the key is evicted. by Pavel Grafov · 5 years ago
  40. d06c6d29 Revert "Add optional reasons why permissions were denied" by Tim Murray · 5 years ago
  41. 72dbe7e Force system ApplicationInfo update and notify DisplayManager by Winson · 5 years ago
  42. 3623f32 Add optional reasons why permissions were denied by Philip P. Moltmann · 5 years ago
  43. b019c7e DO NOT MERGE Fix setting hidden api usage log sample rate by Andrei Onea · 5 years ago
  44. b6f158c Merge "Update standby bucket for uninteracted foreground services." into qt-dev by Varun Shah · 5 years ago
  45. da64a2a Merge "Restrict bindIsolatedService instanceName to just letters, digits, '_', and '.'" into qt-dev by TreeHugger Robot · 5 years ago
  46. 334d676 Update standby bucket for uninteracted foreground services. by Varun Shah · 5 years ago
  47. 7c94df4 Merge "Resolve size compatibility bounds by original display attributes" into qt-dev by TreeHugger Robot · 5 years ago
  48. e3a5bc6 Restrict bindIsolatedService instanceName to just letters, digits, '_', and '.' by Robert Sesek · 5 years ago
  49. 7482626 Resolve size compatibility bounds by original display attributes by Riddle Hsu · 5 years ago
  50. 99f9d7c Merge "Enable am profiling for apps profileable by shell" into qt-dev by Chris Craik · 5 years ago
  51. aaf62b9 Merge "psi support for low memory detection inside ActivityManagerService" into qt-dev by Tim Murray · 5 years ago
  52. 6c4094c Merge "Don't call ConnectivityService when holding ActivityManagerService lock." into qt-dev by Irina Dumitrescu · 5 years ago
  53. 111ac3d Don't call ConnectivityService when holding ActivityManagerService lock. by Irina Dumitrescu · 5 years ago
  54. 34a27c4 Don't call ConnectivityService when holding ActivityManagerService lock. by Irina Dumitrescu · 5 years ago
  55. 2aeac8c Merge "Make sure Notification#deleteIntent cannot be used to start activities from background" into qt-dev by Michal Karpinski · 5 years ago
  56. 676d42d psi support for low memory detection inside ActivityManagerService by Tim Murray · 5 years ago
  57. 0ba84f8 Merge "Include oom_adjust reason in trace" into qt-dev by Amith Yamasani · 5 years ago
  58. d207589 Make sure Notification#deleteIntent cannot be used to start by Michal Karpinski · 5 years ago
  59. d2775cd Include oom_adjust reason in trace by Amith Yamasani · 5 years ago
  60. 3a24736 Enable am profiling for apps profileable by shell by Chris Craik · 5 years ago
  61. 572ed7f Fix Application Zygote use for external services. by Martijn Coenen · 5 years ago
  62. e8431c2 Refactor hostingType/hostingName/hostingNameStr. by Martijn Coenen · 5 years ago
  63. aca8a77 Do not allow moveToFront() and moveTaskToFront() when app is in background by Ricky Wai · 5 years ago
  64. b5e014a Merge "Fetch roundIcon|icon depending on RRO overlayed config_useRoundIcon" by Hyunyoung Song · 5 years ago
  65. 282420f Merge "Avoid elevating apps to high proc states on binding" by Amith Yamasani · 5 years ago
  66. 929de7a Fetch roundIcon|icon depending on RRO overlayed config_useRoundIcon by Hyunyoung Song · 5 years ago
  67. df54b66 Add multiuserDelayUserDataLocking configuration by Keun young Park · 5 years ago
  68. f235d0b Avoid elevating apps to high proc states on binding by Amith Yamasani · 5 years ago
  69. 7b56e560 Notify PacakgeWatchdog when apps are ready by Zimuzo · 5 years ago
  70. e5e2581 Merge "Adding automatic heap dumping for system server." by TreeHugger Robot · 5 years ago
  71. fa82563 Adding automatic heap dumping for system server. by Kweku Adams · 5 years ago
  72. cfc85c8 Merge changes from topic "car_user" by Keun-young Park · 5 years ago
  73. bbade0b Merge "ActivityManager: Fix argument order for enqueueProcessChangeItemLocked" by TreeHugger Robot · 5 years ago
  74. 8472c16 ActivityManager: Fix argument order for enqueueProcessChangeItemLocked by Narayan Kamath · 5 years ago
  75. 77e84ed Merge "Enabling users to dismiss the heap dump notification." by TreeHugger Robot · 5 years ago
  76. 5da1969 Merge "Fix foreground service evaluation" by Amith Yamasani · 5 years ago
  77. e339eef Revert "Revert "Decide the current user after PHASE_THIRD_PARTY boot phase"" by Keun young Park · 5 years ago
  78. 6aa0339 Merge "Revert "Decide the current user after PHASE_THIRD_PARTY boot phase"" by Keun-young Park · 5 years ago
  79. 9cd24f6 Revert "Decide the current user after PHASE_THIRD_PARTY boot phase" by Keun-young Park · 5 years ago
  80. a3e9d14 Enabling users to dismiss the heap dump notification. by Kweku Adams · 5 years ago
  81. ca97e21 Fix foreground service evaluation by Amith Yamasani · 5 years ago
  82. 9cd1d06 Merge "Add app_compat flags for hidden api logging" by Andrei-Valentin Onea · 5 years ago
  83. b494421 Merge "Add ability to take on demand system heap dumps." by TreeHugger Robot · 5 years ago
  84. a3513f0 Add ability to take on demand system heap dumps. by Kweku Adams · 5 years ago
  85. b90c4d3 Decide the current user after PHASE_THIRD_PARTY boot phase by Keun young Park · 5 years ago
  86. 31faf3f Compact system processes. by Tim Murray · 5 years ago
  87. 34b24bd Merge "New ContentCapture constant: ActivityEvent.TYPE_ACTIVITY_DESTROYED" by Felipe Leme · 5 years ago
  88. 9139d38 Add app_compat flags for hidden api logging by Andrei Onea · 5 years ago
  89. 3f95d3b Merge "Require a foreground service of a specific type to start media projection." by Narayan Kamath · 5 years ago
  90. 29eb0bc New ContentCapture constant: ActivityEvent.TYPE_ACTIVITY_DESTROYED by Felipe Leme · 5 years ago
  91. 2de33b0 Merge "Don't schedule jobs in 'bad' apps" by TreeHugger Robot · 5 years ago
  92. 932d7b5 Merge "Added android.service.contentcapture.ActivityEvent.TYPE_ACTIVITY_STOPPED" by TreeHugger Robot · 5 years ago
  93. 8e73785 Don't schedule jobs in 'bad' apps by Christopher Tate · 5 years ago
  94. 7767059 Added android.service.contentcapture.ActivityEvent.TYPE_ACTIVITY_STOPPED by Felipe Leme · 5 years ago
  95. 396ce72 Require a foreground service of a specific type to start media projection. by Narayan Kamath · 5 years ago
  96. e8433a1 Move Checkpoint commit to finishBooting by Daniel Rosenberg · 5 years ago
  97. e4abb88 Merge "Fix incomplete consolidation of kill-all-background" by TreeHugger Robot · 5 years ago
  98. 141864d New API: ContentCaptureService.onActivityEvent() by Felipe Leme · 5 years ago
  99. 4405d8a Fix incomplete consolidation of kill-all-background by Riddle Hsu · 5 years ago
  100. dd823c0 Merge "Add APIs to notify and restart activity in size compatibility mode" by TreeHugger Robot · 5 years ago