1. e3bd3ba System API: Context#registerReceiverForAllUsers by Meng Wang · 4 years, 9 months ago
  2. 6b1e9d2 Explicitly take flags in createContextAsUser() by Makoto Onuki · 4 years, 10 months ago
  3. 9432f7d Add Context.createContextAsUser() by Makoto Onuki · 4 years, 10 months ago
  4. 5a52585 Add @UnsupportedAppUsage to test apis that are known to be used by apps. by Artur Satayev · 4 years, 9 months ago
  5. a32e6fc Expose Context.sendOrderedBroadcast with appop by Jordan Liu · 4 years, 9 months ago
  6. 2d0691c Perform agent startup-attach before bind by Alex Light · 4 years, 10 months ago
  7. d06c6d29 Revert "Add optional reasons why permissions were denied" by Tim Murray · 5 years ago
  8. 3623f32 Add optional reasons why permissions were denied by Philip P. Moltmann · 5 years ago
  9. 710e3ec Revert ContextImpl LoadedApk packageInfo caching workaround by Winson · 5 years ago
  10. 6798ab9 Merge "Remove unnecessary called from system process warning." by TreeHugger Robot · 5 years ago
  11. 324cb51 Remove unnecessary called from system process warning. by Joe Onorato · 5 years ago
  12. e0894ab Merge "Add Context.bindService with executor parameter" by TreeHugger Robot · 5 years ago
  13. 58a5766 Add Context.bindService with executor parameter by Bo Liu · 5 years ago
  14. 4b2116c Add @UnsupportedAppUsage annotations by Andrei Onea · 5 years ago
  15. 691af68 Added some TestApi that are already used by CTS by Wale Ogunwale · 5 years ago
  16. a4f39cd Refactored Autofill properties that are optimized on application level. by Felipe Leme · 5 years ago
  17. 326f15a Optimized Content Capture workflow by caching some state at the application level. by Felipe Leme · 5 years ago
  18. c3f0b06 Update notification layouts when overlays change. by Amin Shaikh · 5 years ago
  19. 4becc35 Test Context's opPackageName should be the target package name by Makoto Onuki · 6 years ago
  20. a5a81d2 Merge "Add IMMS#showInputMethodPickerFromSystem." by TreeHugger Robot · 6 years ago
  21. 0b05f9e Add IMMS#showInputMethodPickerFromSystem. by lumark · 6 years ago
  22. 77b13fd Merge "Fix various issues in ordering of grouped bindings." by Dianne Hackborn · 6 years ago
  23. 2f55e5a Fix various issues in ordering of grouped bindings. by Dianne Hackborn · 6 years ago
  24. ecb08be Split IntelligenceManager / IntelligenceService. by Felipe Leme · 6 years ago
  25. a631d56 Add new API to performing grouping and ordering of bindings. by Dianne Hackborn · 6 years ago
  26. 27b4d94 Implement naming of isolated service bindings. by Dianne Hackborn · 6 years ago
  27. 5281b6b Add Context.getDisplayId() to avoid possible IPC by Yohei Yukawa · 6 years ago
  28. 8c854f8 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  29. 61e8ae6 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  30. dd02e33 StrictMode to catch storage while locked. by Jeff Sharkey · 6 years ago
  31. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  32. f955e56 Require READ_CALL_LOG permission to see phone numbers in phone state. by Tyler Gunn · 6 years ago
  33. d67070e Simplify service wrapper initialization + make robust by Makoto Onuki · 6 years ago
  34. e21576f Return PERMISSION_DENIED instead of NPE when missing ActivityManager by Erik Wolsheimer · 6 years ago
  35. f896f12 Avoid service wrapper initialization deadlock. by Makoto Onuki · 7 years ago
  36. 47b37aa Minor autofill changes to support compat mode CTS tests. by Svet Ganov · 6 years ago
  37. 3f24e69 Frameworks: Annotate trivial @GuardedBy in core/java by Andreas Gampe · 6 years ago
  38. 1bb9f29 Merge "Autofill compatibility mode." by TreeHugger Robot · 6 years ago
  39. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  40. ad357d1 Pass in the user defined by Context. by Jeff Sharkey · 7 years ago
  41. 233a0b1 Revert "Minor LoadedApk refactoring." by Todd Kennedy · 7 years ago
  42. 7fa385a Launching notification settings correctly inline by Selim Cinek · 7 years ago
  43. f465ea0 Disallow starting activities without new task from non-activity context. by Bryce Lee · 7 years ago
  44. 7541ca4d Minor LoadedApk refactoring. by Jeff Hamilton · 7 years ago
  45. 8439ac0 Start accepting Executors instead of Handlers. by Jeff Sharkey · 7 years ago
  46. ae26646 Skip FDE-specific operations, mkdir() throwing. by Jeff Sharkey · 7 years ago
  47. bb567ae Sets AutofillClient on attachBaseContext() by Felipe Leme · 7 years ago
  48. 11179b4 Don't crash when external storage is unmounted by Christopher Tate · 7 years ago
  49. adcd1fe Merge "Progress towards FBE and adoptable storage." by Jeff Sharkey · 7 years ago
  50. a65e649 Progress towards FBE and adoptable storage. by Jeff Sharkey · 7 years ago
  51. 6d6cd68 Stop loading other package's font by default. by Seigo Nonaka · 7 years ago
  52. 1852855 Merge "Fix potential race in Theme creation" into oc-dev am: b0a5fd0384 by Adam Lesinski · 7 years ago
  53. 1e87a36 Fix potential race in Theme creation by Adam Lesinski · 7 years ago
  54. fe2368c Refresh in-memory SharedPreferences instances after restore by Christopher Tate · 7 years ago
  55. 8892511 Merge "Revert "Disallow starting activities without new task from non-activity context."" into oc-dev am: 367b880c02 by Bryce Lee · 7 years ago
  56. 367b880 Merge "Revert "Disallow starting activities without new task from non-activity context."" into oc-dev by Bryce Lee · 7 years ago
  57. 25ae100 Revert "Disallow starting activities without new task from non-activity context." by Bryce Lee · 7 years ago
  58. f0268b0 Merge "Fix issue #38393543: Not allowed to start service Intent" into oc-dev am: ad6dde65ff by Dianne Hackborn · 7 years ago
  59. ad6dde6 Merge "Fix issue #38393543: Not allowed to start service Intent" into oc-dev by Dianne Hackborn · 7 years ago
  60. e18c3ba Merge "Disallow starting activities without new task from non-activity context." into oc-dev am: 3ebe54b3e6 by Bryce Lee · 7 years ago
  61. 3ebe54b Merge "Disallow starting activities without new task from non-activity context." into oc-dev by Bryce Lee · 7 years ago
  62. 3e6e385 Fix issue #38393543: Not allowed to start service Intent by Dianne Hackborn · 7 years ago
  63. f3903e9 Fix regression in getSharedPreferences performance by John Reck · 7 years ago
  64. f4a8eb6 Merge "Relax the sharedpreference check to look at StorageManager.isUserKeyUnlocked" into oc-dev am: e35e223a81 by Tony Mak · 7 years ago
  65. 57c334d Relax the sharedpreference check to look at StorageManager.isUserKeyUnlocked by Tony Mak · 7 years ago
  66. 8b49a5c Disallow starting activities without new task from non-activity context. by Bryce Lee · 7 years ago
  67. a59e95a Merge "Address API review comments for registerReceiver" into oc-dev am: 1f4e053aef by Chad Brubaker · 7 years ago
  68. 6d6015f Address API review comments for registerReceiver by Chad Brubaker · 7 years ago
  69. 0586416 Merge "Turn down the preliminary foreground service API" into oc-dev am: 00ed0baca8 by Christopher Tate · 7 years ago
  70. 242ba3e9 Turn down the preliminary foreground service API by Christopher Tate · 7 years ago
  71. 4f949c3 Merge "Make sure system UI context has the same LoadedApk as system context" into oc-dev am: fa7b34395c by Adam Lesinski · 7 years ago
  72. 6f1a917 Make sure system UI context has the same LoadedApk as system context by Adam Lesinski · 7 years ago
  73. bcc5b9f Merge "Themes: Apply themes to system_server safely" into oc-dev am: a52fc49845 by Adam Lesinski · 7 years ago
  74. a52fc49 Merge "Themes: Apply themes to system_server safely" into oc-dev by TreeHugger Robot · 7 years ago
  75. cc88ddd Merge "Implement issue #36590595: Add ability to associated a ClipData with JobInfo" into oc-dev am: 2d161b1d3f by Dianne Hackborn · 7 years ago
  76. a47223f Implement issue #36590595: Add ability to associated a ClipData with JobInfo by Dianne Hackborn · 7 years ago
  77. 1507baa Merge "Revert "Another buggy app is already targeting O."" by TreeHugger Robot · 7 years ago
  78. be63011 Revert "Another buggy app is already targeting O." by Jeff Sharkey · 7 years ago
  79. 08992ac API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  80. 79047c6 API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  81. a82b626 Themes: Apply themes to system_server safely by Adam Lesinski · 7 years ago
  82. 4498e03 Another buggy app is already targeting O. by Jeff Sharkey · 7 years ago
  83. eba78e3 Merge "Update xattrs when creating cache directories." by TreeHugger Robot · 7 years ago
  84. 83aacde Update xattrs when creating cache directories. by Jeff Sharkey · 7 years ago
  85. 132eb7d Suppress SharedPreferences check for buggy apps. by Jeff Sharkey · 7 years ago
  86. c152396 Block CE SharedPreferences access before unlocked. by Jeff Sharkey · 7 years ago
  87. 1665d0f Add support for configForSplit by Adam Lesinski · 7 years ago
  88. 816c83b Enforce visibleToInstantApps for receivers by Chad Brubaker · 7 years ago
  89. bd60e5b Let ResourcesManager generate CompatResources by Jason Monk · 7 years ago
  90. bd98364 Provide some compatibility story for devs in the past by Jason Monk · 7 years ago
  91. 609bf65 Update DisplayAdjustments in Display from Resources. by Bryce Lee · 7 years ago
  92. 96b9832 Merge "API for accessing preloaded files cache" by TreeHugger Robot · 7 years ago
  93. 6122129 API for accessing preloaded files cache by Fyodor Kupolov · 8 years ago
  94. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  95. 0e61883 Fix WebView crashes by Adam Lesinski · 7 years ago
  96. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  97. 5f1a2a3 Merge "Optimize bg check flow." by Dianne Hackborn · 8 years ago
  98. c3af19a Optimize bg check flow. by Dianne Hackborn · 8 years ago
  99. d69b083 Fix recent checkPermission() bug. by Jeff Sharkey · 8 years ago
  100. 5feefa5 Merge "Introduce RescueParty." by TreeHugger Robot · 8 years ago