1. 70168dd Make Parcelable classes final, API cleanup. by Jeff Sharkey · 8 years ago
  2. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  3. 2c1ba9a Make BackupManager encryption aware. by Jeff Sharkey · 8 years ago
  4. 35871f2 Offer to migrate databases and SharedPreferences. by Jeff Sharkey · 8 years ago
  5. 713a5cd Don't call public non-final getResources() from getAssets() by Alan Viverette · 9 years ago
  6. 0c6cc30 Merge "Add new target SDK filtering feature to BroadcastOptions." by Dianne Hackborn · 9 years ago
  7. e0e413e Add new target SDK filtering feature to BroadcastOptions. by Dianne Hackborn · 9 years ago
  8. e13529a Slight API renaming, better behavior. by Jeff Sharkey · 9 years ago
  9. 7a30a30 Shift around encryption public APIs. by Jeff Sharkey · 9 years ago
  10. 6a6cdaf APIs to obtain SharedPreferences paths. by Jeff Sharkey · 9 years ago
  11. 8fc29cf API to create SharedPreferences from File. by Jeff Sharkey · 9 years ago
  12. 1544779 Initial file-based encryption public APIs. by Jeff Sharkey · 9 years ago
  13. fd854ee Fix issue #21626564: MMS should be receivied while Dozing by Dianne Hackborn · 9 years ago
  14. d4fd8c7 Added sendBroadcastMultiplePermissions method by Fyodor Kupolov · 9 years ago
  15. e37520b Revert "Allow array of required permissions in sendBroadcast" by Fyodor Kupolov · 9 years ago
  16. b4e7283 Allow array of required permissions in sendBroadcast by Fyodor Kupolov · 9 years ago
  17. a750a63 Fix issue #21814207 and issue #21814212 (alarm manager) by Dianne Hackborn · 9 years ago
  18. 16a1689 Add OP_READ_PHONE_STATE app op - framework by Svet Ganov · 9 years ago
  19. d5bf3ed Show and trigger activities that implement Text Processing actions by Clara Bayarri · 9 years ago
  20. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  21. 6e53931 Add Context.getSystemService(Class<?>). by Jeff Brown · 9 years ago
  22. ff17024 Fix issue with call backs from media process. by Dianne Hackborn · 10 years ago
  23. 976e8bd Allow adding widgets from user profiles. by Svetoslav · 10 years ago
  24. 4ed745d Add code cache directory for apps. by Jeff Sharkey · 10 years ago
  25. a7835b6 Add Context.getNoBackupFilesDir() by Christopher Tate · 10 years ago
  26. 2ee3c1e Per-app media directories on external storage. by Jeff Sharkey · 10 years ago
  27. 3cf7572 Variant of sendBroadcast with appOp flag for cross-user. by Amith Yamasani · 10 years ago
  28. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  29. 95d7853 Fix issue #10688644: Java crash in com.android.phone: by Dianne Hackborn · 11 years ago
  30. 1abdb71 APIs for multiple external storage devices. by Jeff Sharkey · 11 years ago
  31. 48d0d18 Add activity token to display system. by Craig Mautner · 11 years ago
  32. a75a883 Add explicit userId to AppWidget binder calls by Jim Miller · 11 years ago
  33. f51f612 App ops: new operations for SMS. by Dianne Hackborn · 11 years ago
  34. d8e1dbb Rework ParceledListSlice to be much easier to use. by Dianne Hackborn · 12 years ago
  35. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  36. ea7e915 AppInfo from Notifications for secondary users by Amith Yamasani · 12 years ago
  37. 6d51571 Allow acquiring ContentProviders across users. by Jeff Sharkey · 12 years ago
  38. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  39. a492c3a Initial draft of high-level multi-display APIs. by Jeff Brown · 12 years ago
  40. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  41. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  42. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  43. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  44. 756220b Add API to create new contexts with custom configurations. by Dianne Hackborn · 12 years ago
  45. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  46. 8264408 Start the correct settings from the status bar. by Amith Yamasani · 12 years ago
  47. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  48. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  49. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  50. 67cf7d3 Fix Power Control widget by Amith Yamasani · 12 years ago
  51. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  52. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 14 years ago
  53. 247fe74 Implement issue # 3255887 could CursorLoader offer... by Dianne Hackborn · 14 years ago
  54. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  55. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  56. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  57. efa199f Add API to send an ordered sticky broadcast. by Dianne Hackborn · 15 years ago
  58. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  59. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  60. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  61. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  62. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  63. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  64. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  65. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  67. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago