1. 8c7f700 Add permission meta-state flags to support grant/revoke permission policy. by Svet Ganov · 9 years ago
  2. 019d230 Permission UI - legacy apps support by Svet Ganov · 9 years ago
  3. e31b820 New "frozen" state during app move/upgrade. by Jeff Sharkey · 9 years ago
  4. 620b32b Package and storage movement callbacks. by Jeff Sharkey · 9 years ago
  5. 529f91f Always send volume UUID with installd commands. by Jeff Sharkey · 9 years ago
  6. 6227172 Add Default Browser App support and relax Hosts validation for AppLinks by Fabrice Di Meglio · 9 years ago
  7. 0788595 Add IntentFilter auto verification - part 3 by Fabrice Di Meglio · 9 years ago
  8. b2b9ab8 Installing packages to expanded storage. by Jeff Sharkey · 9 years ago
  9. e012a23 Back up / restore preferred app configuration by Christopher Tate · 9 years ago
  10. d3d8a32 Add private flag PRIVATE_FLAG_HAS_DOMAIN_URLS to ApplicationInfo by Fabrice Di Meglio · 9 years ago
  11. 1c1b471 Add IntentFilter auto verification by Fabrice Di Meglio · 10 years ago
  12. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  13. 4b8d582 Remove the owner userid of cross-profile intent filters. by Nicolas Prevot · 9 years ago
  14. 33d3c53 resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aosp by Alex Klyubin · 9 years ago
  15. b9f8a52 Move hidden ApplicationInfo flags into a separate field. by Alex Klyubin · 9 years ago
  16. 9f60c08 Change boot screen title to "Android is starting" when not upgrading. by Jeff Hao · 10 years ago
  17. 2d7576b Fix issue #17752399: Multiple apps broken by GET_TASKS permission change by Dianne Hackborn · 10 years ago
  18. e107c3e Remove package level intent forwarding. by Adam Connors · 10 years ago
  19. efb1f36 Merge "Address KeySet API Review" into lmp-dev by dcashman · 10 years ago
  20. dda003f Clean up apks installed for a removed user by Amith Yamasani · 10 years ago
  21. c6f2249 Address KeySet API Review by dcashman · 10 years ago
  22. fbd0e9f Surface user action events when un/installing. by Jeff Sharkey · 10 years ago
  23. e41ce99 Add hidden API for removing cross-profile package filters by Alexandra Gherghina · 10 years ago
  24. 41c1ded Allow phone UID to export singleton providers by Amith Yamasani · 10 years ago
  25. 3f7777f Storing the app who sets a CrossProfileIntentFilter. by Nicolas Prevot · 10 years ago
  26. 20e0c50 Offer force-dex-opt when running as root. by Jeff Sharkey · 10 years ago
  27. 33f5ddd Add permissions associated with app ops. by Dianne Hackborn · 10 years ago
  28. e5bcff6 Rename setApplicationBlocked to setApplicationHidden by Amith Yamasani · 10 years ago
  29. 2053168 Dexopt for Context.createPackageContext when code is included. by Narayan Kamath · 10 years ago
  30. 9d2f441 Initial KeySet API. by dcashman · 10 years ago
  31. 5de7377 Revert "Initial KeySet API." by dcashman · 10 years ago
  32. 405912b Initial KeySet API. by dcashman · 10 years ago
  33. 513a074 Clean up IPackageManager install surface area. by Jeff Sharkey · 10 years ago
  34. c13053b Add package state to block uninstall. by Kenny Guy · 10 years ago
  35. 6e2ae25 Adds cross-profile intent filters for the Settings app by Alexandra Gherghina · 10 years ago
  36. 63798c5 Introducing crossProfileIntentFilters that skip the current profile. by Nicolas Prevot · 10 years ago
  37. 116bdbd Add an --abi argument to "pm install" by Narayan Kamath · 10 years ago
  38. 8194899 Rename code related to cross-profile intents. by Nicolas Prevot · 10 years ago
  39. 3a44f3f Initial support for split APKs, PackageInstaller. by Jeff Sharkey · 10 years ago
  40. 6fee7d4 Introducing removable and non-removable ForwardingIntentFilters. by Nicolas Prevot · 10 years ago
  41. 10fa67c Introduce forwarding intents across profiles. by Nicolas Prevot · 10 years ago
  42. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  43. f1977b4 Expand install observer semantics by Christopher Tate · 10 years ago
  44. 7629a18 Revert "Expand install observer semantics" by Glenn Kasten · 10 years ago
  45. ab8a501 Expand install observer semantics by Christopher Tate · 10 years ago
  46. f475ca3 Enables a profile owner or device owner to set and clear default intent handler activities. by Sander Alewijnse · 10 years ago
  47. ba629da Ensure recipient can be launched before attempting broadcast delivery by Christopher Tate · 11 years ago
  48. 85f5f81 Add <intent-filter> support to <provider>. by Jeff Sharkey · 11 years ago
  49. a2a0850d Add hidden API for querying available 'home' activities by Christopher Tate · 11 years ago
  50. e9ecc8b Improve Intent disambig dialog behavior by Amith Yamasani · 11 years ago
  51. dd72c9e Improve the logic for determining whether the caller is a system app by Ben Gruver · 11 years ago
  52. 655d0e2 Single-user restrictions by Amith Yamasani · 11 years ago
  53. 3fa3c28a Keep track of who has disabled applications. by Dianne Hackborn · 11 years ago
  54. 67df64b Shared accounts and sharing of apps by Amith Yamasani · 12 years ago
  55. 8a2ed1d Improve configuration of default preferred apps. by Dianne Hackborn · 11 years ago
  56. d8e1dbb Rework ParceledListSlice to be much easier to use. by Dianne Hackborn · 12 years ago
  57. e799175 AppOps: fix nested op tracking, new API to get apps using permissions. by Dianne Hackborn · 12 years ago
  58. 13579ed Cleaner initial boot. by Dianne Hackborn · 12 years ago
  59. 151ec4c More multi-user methods in PM by Amith Yamasani · 12 years ago
  60. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  61. d9ef3e5 Allow verifiers to extend timeout by rich cannings · 12 years ago
  62. 0c38049 Improve multi-user app management. by Dianne Hackborn · 12 years ago
  63. 706e8ba Pass URLs to package verifiers by rich cannings · 12 years ago
  64. a3f133a Save preferred activity info with user id. by Amith Yamasani · 12 years ago
  65. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  66. e1d7c71 Revert "Pass URLs to package verifiers" by Rich Cannings · 12 years ago
  67. 2471390 Pass URLs to package verifiers by rich cannings · 12 years ago
  68. 554259f am 9eabf916: am f6f7f1d2: Low disk space string change, surface state. by Jeff Sharkey · 12 years ago
  69. b8151ec Add an icon to the user information. by Amith Yamasani · 12 years ago
  70. f6f7f1d Low disk space string change, surface state. by Jeff Sharkey · 12 years ago
  71. ceb1b0b Add encryption parameters to package installation by Anonymous Coward · 12 years ago
  72. 5d32e77 Enforce READ_EXTERNAL on non-user builds. by Jeff Sharkey · 12 years ago
  73. 1359360 User management and switching by Amith Yamasani · 12 years ago
  74. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  75. edc84ee8 Selective enforcement of READ_EXTERNAL_STORAGE. by Jeff Sharkey · 12 years ago
  76. e639da7 New development permissions. by Dianne Hackborn · 12 years ago
  77. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  78. 58f42a5 Fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  79. 3a9b5fb Unhide new PackageManager APIs for API 14 by Kenny Root · 13 years ago
  80. 0aaa0d9 Add verifier device identity by Kenny Root · 13 years ago
  81. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  82. 5ab2157 Infrastructure to support package verifier by Kenny Root · 13 years ago
  83. a51b6fd6 resolved conflicts for merge of b2d0ee16 to master by Kenny Root · 13 years ago
  84. e6cd0c7 resolved conflicts for merge of 2433c443 to honeycomb-plus-aosp by Kenny Root · 13 years ago
  85. 0e2c0f3 Break apart queries to getInstalled* API by Kenny Root · 13 years ago
  86. 0b28549 Plumbing in PackageManager and installd for multi-user support. by Amith Yamasani · 13 years ago
  87. e7f9721 Implement issue #3426299: Introduce application "stopped" state by Dianne Hackborn · 13 years ago
  88. a1cbb94 Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 14 years ago
  89. 34d2b41 Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 14 years ago
  90. 5d40fe9 Add the {get,set}PackageObbPaths calls to API by Kenny Root · 14 years ago
  91. 6c4d904 Add the {get,set}PackageObbPaths calls to API by Kenny Root · 14 years ago
  92. 880119b Implement issue #2367442: Please add API for manipulating installer by Dianne Hackborn · 14 years ago
  93. 361199b Add PackageManager API to get information about a provider component. by Dianne Hackborn · 14 years ago
  94. 93565c4 OBB API for PackageManager by Kenny Root · 14 years ago
  95. 40e4725 Fix 2579461 by Suchi Amalapurapu · 14 years ago
  96. d7c0968 Package manager optimizations. by Dianne Hackborn · 14 years ago
  97. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  98. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 14 years ago
  99. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  100. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago