1. 5281b6b Add Context.getDisplayId() to avoid possible IPC by Yohei Yukawa · 6 years ago
  2. f955e56 Require READ_CALL_LOG permission to see phone numbers in phone state. by Tyler Gunn · 6 years ago
  3. 8439ac0 Start accepting Executors instead of Handlers. by Jeff Sharkey · 7 years ago
  4. e254526 Separate android.test.mock from test-runner source by Paul Duffin · 7 years ago[Renamed from test-runner/src/android/test/mock/MockContext.java]
  5. 6d6cd68 Stop loading other package's font by default. by Seigo Nonaka · 7 years ago
  6. fe2368c Refresh in-memory SharedPreferences instances after restore by Christopher Tate · 7 years ago
  7. 6d6015f Address API review comments for registerReceiver by Chad Brubaker · 7 years ago
  8. 242ba3e9 Turn down the preliminary foreground service API by Christopher Tate · 7 years ago
  9. a47223f Implement issue #36590595: Add ability to associated a ClipData with JobInfo by Dianne Hackborn · 7 years ago
  10. 08992ac API refactor: context.startForegroundService() by Christopher Tate · 7 years ago
  11. 816c83b Enforce visibleToInstantApps for receivers by Chad Brubaker · 7 years ago
  12. 96b9832 Merge "API for accessing preloaded files cache" by TreeHugger Robot · 7 years ago
  13. 6122129 API for accessing preloaded files cache by Fyodor Kupolov · 8 years ago
  14. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  15. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  16. 42a386b Enable background restrictions by Christopher Tate · 8 years ago
  17. 9e83cbb Revert "Enable background restrictions" by Chris Tate · 8 years ago
  18. 21f7780 Enable background restrictions by Christopher Tate · 8 years ago
  19. bf9928d Make sure ServiceConnection callback is called in main thread by Tony Mak · 8 years ago
  20. 46aabe5 Allow cross profile call between DO and PO by Tony Mak · 8 years ago
  21. 52c8edc Add asUser version of sendBroadcast(Intent, String, Bundle) by Chad Brubaker · 8 years ago
  22. 4ece3d6 ContextImpl: Keep DisplayAdjustments and Display in sync by Adam Lesinski · 8 years ago
  23. ebdc157 Un-deprecated Android mock testing APIs by Stephan Linzner · 8 years ago
  24. 70168dd Make Parcelable classes final, API cleanup. by Jeff Sharkey · 8 years ago
  25. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  26. 2c1ba9a Make BackupManager encryption aware. by Jeff Sharkey · 8 years ago
  27. 35871f2 Offer to migrate databases and SharedPreferences. by Jeff Sharkey · 9 years ago
  28. b51617f Deprecated platform Android testing APIs by Stephan Linzner · 9 years ago
  29. 0c6cc30 Merge "Add new target SDK filtering feature to BroadcastOptions." by Dianne Hackborn · 9 years ago
  30. e0e413e Add new target SDK filtering feature to BroadcastOptions. by Dianne Hackborn · 9 years ago
  31. e13529a Slight API renaming, better behavior. by Jeff Sharkey · 9 years ago
  32. 7a30a30 Shift around encryption public APIs. by Jeff Sharkey · 9 years ago
  33. 6a6cdaf APIs to obtain SharedPreferences paths. by Jeff Sharkey · 9 years ago
  34. 8fc29cf API to create SharedPreferences from File. by Jeff Sharkey · 9 years ago
  35. 1544779 Initial file-based encryption public APIs. by Jeff Sharkey · 9 years ago
  36. fd854ee Fix issue #21626564: MMS should be receivied while Dozing by Dianne Hackborn · 9 years ago
  37. d4fd8c7 Added sendBroadcastMultiplePermissions method by Fyodor Kupolov · 9 years ago
  38. e37520b Revert "Allow array of required permissions in sendBroadcast" by Fyodor Kupolov · 9 years ago
  39. b4e7283 Allow array of required permissions in sendBroadcast by Fyodor Kupolov · 9 years ago
  40. a750a63 Fix issue #21814207 and issue #21814212 (alarm manager) by Dianne Hackborn · 9 years ago
  41. 16a1689 Add OP_READ_PHONE_STATE app op - framework by Svet Ganov · 9 years ago
  42. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  43. 6e53931 Add Context.getSystemService(Class<?>). by Jeff Brown · 9 years ago
  44. ff17024 Fix issue with call backs from media process. by Dianne Hackborn · 10 years ago
  45. 976e8bd Allow adding widgets from user profiles. by Svetoslav · 10 years ago
  46. 4ed745d Add code cache directory for apps. by Jeff Sharkey · 10 years ago
  47. a7835b6 Add Context.getNoBackupFilesDir() by Christopher Tate · 10 years ago
  48. 2ee3c1e Per-app media directories on external storage. by Jeff Sharkey · 10 years ago
  49. 3cf7572 Variant of sendBroadcast with appOp flag for cross-user. by Amith Yamasani · 10 years ago
  50. 95d7853 Fix issue #10688644: Java crash in com.android.phone: by Dianne Hackborn · 11 years ago
  51. 7f392de Catch a few extra users of UserEnvironment. by Jeff Sharkey · 11 years ago
  52. 48d0d18 Add activity token to display system. by Craig Mautner · 11 years ago
  53. a75a883 Add explicit userId to AppWidget binder calls by Jim Miller · 11 years ago
  54. f51f612 App ops: new operations for SMS. by Dianne Hackborn · 11 years ago
  55. d8e1dbb Rework ParceledListSlice to be much easier to use. by Dianne Hackborn · 12 years ago
  56. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  57. 6d51571 Allow acquiring ContentProviders across users. by Jeff Sharkey · 12 years ago
  58. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  59. a492c3a Initial draft of high-level multi-display APIs. by Jeff Brown · 12 years ago
  60. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  61. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  62. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  63. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  64. 756220b Add API to create new contexts with custom configurations. by Dianne Hackborn · 12 years ago
  65. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  66. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  67. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  68. 67cf7d3 Fix Power Control widget by Amith Yamasani · 12 years ago
  69. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  70. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 14 years ago
  71. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  72. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  73. e70f61b Retry test-runner tests move. by Brett Chabot · 14 years ago[Renamed from test-runner/android/test/mock/MockContext.java]
  74. c1ca8c5 Revert "Move framework test-runner unit tests to be closer to their source." by Brett Chabot · 14 years ago[Renamed from test-runner/src/android/test/mock/MockContext.java]
  75. 1209397 Move framework test-runner unit tests to be closer to their source. by Brett Chabot · 14 years ago[Renamed from test-runner/android/test/mock/MockContext.java]
  76. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  77. efa199f Add API to send an ordered sticky broadcast. by Dianne Hackborn · 15 years ago
  78. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  79. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  80. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  81. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  82. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  83. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  84. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  85. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  86. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  87. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago