1. fd12f4c Merge "Hold package cleaning until system is ready." into lmp-dev by Jeff Sharkey · 10 years ago
  2. 7767df3 Merge "Fix crash if package setting is not populated yet" into lmp-dev by Amith Yamasani · 10 years ago
  3. 43789f5 Fix crash if package setting is not populated yet by Amith Yamasani · 10 years ago
  4. 977c5be Merge "Add upgrade KeySets check to permission pruning on install." into lmp-dev by dcashman · 10 years ago
  5. ebb42e1 Ensure that BackgroundDexOptService can still perform dexopt by Brian Carlstrom · 10 years ago
  6. 436e264 Add upgrade KeySets check to permission pruning on install. by dcashman · 10 years ago
  7. 230561ee Restrict lazy dexopt to eng builds only by Brian Carlstrom · 10 years ago
  8. ca27d45 Hold package cleaning until system is ready. by Jeff Sharkey · 10 years ago
  9. d67a78d Don't rewrite package restrictions unconditionally in findPreferredActivity() by Christopher Tate · 10 years ago
  10. efb1f36 Merge "Address KeySet API Review" into lmp-dev by dcashman · 10 years ago
  11. dda003f Clean up apks installed for a removed user by Amith Yamasani · 10 years ago
  12. e545035 Remove obsolete pruneDexCache by Alex Light · 10 years ago
  13. c521221 Recreate lib symlink after deleting app data. by Jeff Sharkey · 10 years ago
  14. 1c9edaf Clear pending operation flag when move failed. by Jeff Sharkey · 10 years ago
  15. 264a5f5 Merge "Treat moving app as installing in new location." into lmp-dev by Jeff Sharkey · 10 years ago
  16. d68f83c Merge "Pass vmSafeMode (manifest attribute) to installd." into lmp-dev by Calin Juravle · 10 years ago
  17. 381d94b Treat moving app as installing in new location. by Jeff Sharkey · 10 years ago
  18. 941a8ba Installing splits into ASECs! by Jeff Sharkey · 10 years ago
  19. feb1930 Pass vmSafeMode (manifest attribute) to installd. by Calin Juravle · 10 years ago
  20. bb7b7be More progress towards split APKs in ASECs. by Jeff Sharkey · 10 years ago
  21. 12450c7 Merge "Add cross profile intent in order after intent filter resolution" into lmp-dev by Esteban Talavera · 10 years ago
  22. 54edd1c Add cross profile intent in order after intent filter resolution by Esteban Talavera · 10 years ago
  23. ccc8c29 Merge "Fix issue #17114392: android.com.phone crashes - PackageManager code" into lmp-dev by Dianne Hackborn · 10 years ago
  24. 4a88bf9 Fix issue #17114392: android.com.phone crashes - PackageManager code by Dianne Hackborn · 10 years ago
  25. f52233d Merge "When forwarding intents, ignoring the package set in the intent." into lmp-dev by Nicolas Prevot · 10 years ago
  26. 5713728 Merge "Fix issue #17082301: replacePreferredActivity is ignoring userId" into lmp-dev by Dianne Hackborn · 10 years ago
  27. f2ac276 Fix issue #17082301: replacePreferredActivity is ignoring userId by Dianne Hackborn · 10 years ago
  28. 742e790 Progress towards staging ASECs. by Jeff Sharkey · 10 years ago
  29. 3e3b251 Merge "PackageInstaller API refactoring." into lmp-dev by Jeff Sharkey · 10 years ago
  30. a090743 PackageInstaller API refactoring. by Jeff Sharkey · 10 years ago
  31. 376e4ba When forwarding intents, ignoring the package set in the intent. by Nicolas Prevot · 10 years ago
  32. c6f2249 Address KeySet API Review by dcashman · 10 years ago
  33. 29564cd Remove system_server classes from the boot image. by Narayan Kamath · 10 years ago
  34. 4903f64 Persist the cpuAbiOverride setting. by Narayan Kamath · 10 years ago
  35. 2020084 Fix a couple of PM warnings. by Narayan Kamath · 10 years ago
  36. 7c97bbc Bugfix: adds extra null check by Alexandra Gherghina · 10 years ago
  37. fb2c4d1 GID-based permissions are defined by "android". by Jeff Sharkey · 10 years ago
  38. 05e8f80 Reduce the frequency of calls to isDexOptNeededInternal. by Narayan Kamath · 10 years ago
  39. 8ad7f20 Use native ISA for dex code (in case there's a NativeBridge) by Calin Juravle · 10 years ago
  40. 6c0b9da Handle null IPackageDeleteObserver. by Jeff Sharkey · 10 years ago
  41. 7328a1b Logic to confirm permissions on install sessions. by Jeff Sharkey · 10 years ago
  42. a25dc2b resolved conflicts for merge of 37651b60 to lmp-dev-plus-aosp by Alex Light · 10 years ago
  43. fbd0e9f Surface user action events when un/installing. by Jeff Sharkey · 10 years ago
  44. e41ce99 Add hidden API for removing cross-profile package filters by Alexandra Gherghina · 10 years ago
  45. f17e498 Merge "Allow phone UID to export singleton providers" into lmp-dev by Amith Yamasani · 10 years ago
  46. 41c1ded Allow phone UID to export singleton providers by Amith Yamasani · 10 years ago
  47. 73140e4 Attempt install-time restore even for no-agent apps by Christopher Tate · 10 years ago
  48. 43327a6 Fix regression in renderscript detection. by Narayan Kamath · 10 years ago
  49. 3f7777f Storing the app who sets a CrossProfileIntentFilter. by Nicolas Prevot · 10 years ago
  50. 20e0c50 Offer force-dex-opt when running as root. by Jeff Sharkey · 10 years ago
  51. 16c8e3f PackageInstaller changes based on feedback. by Jeff Sharkey · 10 years ago
  52. 340ca8b Handle apps that share a UID with the system_server correctly. by Narayan Kamath · 10 years ago
  53. 045e648 Handle renderscript apps in the system partition correctly. by Narayan Kamath · 10 years ago
  54. 84e71d1 Remove APK observers. by Jeff Sharkey · 10 years ago
  55. 33f5ddd Add permissions associated with app ops. by Dianne Hackborn · 10 years ago
  56. e5bcff6 Rename setApplicationBlocked to setApplicationHidden by Amith Yamasani · 10 years ago
  57. 6038625 Detect bundled app ABI for cluster-style layout. by Jeff Sharkey · 10 years ago
  58. 1e9189a Support cluster-style installs for bundled apps. by Jeff Sharkey · 10 years ago
  59. 9a44577 Install sessions only inherit APK files. by Jeff Sharkey · 10 years ago
  60. 2053168 Dexopt for Context.createPackageContext when code is included. by Narayan Kamath · 10 years ago
  61. d8723bd Merge "Adjust nativeLibraryDir for package contexts of multiArch installs." into lmp-dev by Narayan Kamath · 10 years ago
  62. 7dba6eb Adjust nativeLibraryDir for package contexts of multiArch installs. by Narayan Kamath · 10 years ago
  63. 5fcaa0c Merge "Clearing "cache" shouldn't include "code cache."" into lmp-dev by Jeff Sharkey · 10 years ago
  64. 78f3cf9 Clearing "cache" shouldn't include "code cache." by Jeff Sharkey · 10 years ago
  65. 4ed745d Add code cache directory for apps. by Jeff Sharkey · 10 years ago
  66. 78a1301 Mark resource-only splits as hasCode=false. by Jeff Sharkey · 10 years ago
  67. da96e13 Parse more split APK manifest details. by Jeff Sharkey · 10 years ago
  68. d0a2de0 Merge "Add code cache directory for apps." into lmp-dev by Jeff Sharkey · 10 years ago
  69. 61e9bf2 Fix install --abi for apps with no native code. by Narayan Kamath · 10 years ago
  70. 377ea31 Don't throw errors on sharedUid adjustment. by Narayan Kamath · 10 years ago
  71. f5f1828 Fix multiArch installs where only some archs are available. by Narayan Kamath · 10 years ago
  72. 9f92ffa Merge "Initial KeySet API." into lmp-dev by dcashman · 10 years ago
  73. 9d2f441 Initial KeySet API. by dcashman · 10 years ago
  74. ad11eb5 Pass install result message; path selection. by Jeff Sharkey · 10 years ago
  75. a103114 Package installation listener events. by Jeff Sharkey · 10 years ago
  76. e0b0bef Surface detailed error messages from PMS. by Jeff Sharkey · 10 years ago
  77. 5de7377 Revert "Initial KeySet API." by dcashman · 10 years ago
  78. 405912b Initial KeySet API. by dcashman · 10 years ago
  79. d79fdf1 Remove KeySetManagerService lock. by dcashman · 10 years ago
  80. bb58067 Progress toward installer public API: callbacks. by Jeff Sharkey · 10 years ago
  81. 398b6c2 Fix an abi <-> instructionSet mixup. by Narayan Kamath · 10 years ago
  82. fd12a35 Fix broken dexopt logic. by Narayan Kamath · 10 years ago
  83. 8219a25 Merge "Enforce block uninstall in PackageManager" by Kenny Guy · 10 years ago
  84. ad8dff5 Use the correct ABI list while copying native libs. by Narayan Kamath · 10 years ago
  85. 84f1294 Always derive native library paths at runtime. by Jeff Sharkey · 10 years ago
  86. 989eb371 Change key-set/public-key manifest relationship. by dcashman · 10 years ago
  87. 1b88da5 Enforce block uninstall in PackageManager by Kenny Guy · 10 years ago
  88. aef5fcd Don't assume all system apps are bundled. by Narayan Kamath · 10 years ago
  89. ff110bd Multi-arch application installs. by Narayan Kamath · 10 years ago
  90. ec55ef0 Extend pm to support sessions and split APKs. by Jeff Sharkey · 10 years ago
  91. dbbf07a Upgraded system apps could be mono or cluster. by Jeff Sharkey · 10 years ago
  92. 284d090 am 06505d23: am 1f0180bf: am 74803e55: Merge "Make misc config directory during user creation" by Robin Lee · 10 years ago
  93. 06505d2 am 1f0180bf: am 74803e55: Merge "Make misc config directory during user creation" by Robin Lee · 10 years ago
  94. 5e6643c Merge "Clean up IPackageManager install surface area." by Jeff Sharkey · 10 years ago
  95. 513a074 Clean up IPackageManager install surface area. by Jeff Sharkey · 10 years ago
  96. 8d479b0 Derive library path for upgraded system apps. by Jeff Sharkey · 10 years ago
  97. 65b1a7c Offer to scan cluster packages at boot. by Jeff Sharkey · 10 years ago
  98. d746057 Change new file installs to be cluster-based! by Jeff Sharkey · 10 years ago
  99. 4ec2023 Merge "Derive library path for upgraded system apps." by Jeff Sharkey · 10 years ago
  100. 539a7ef Removes cross profile package information when removing an user by Alexandra Gherghina · 10 years ago