1. b29f145 Add RollbackManagerService by Richard Uhler · 6 years ago
  2. 69be3f1 Merge "Show version for APEXes" am: 02f874d564 am: 3a4aa90faa am: b8edd32168 by Jiyong Park · 5 years ago
  3. f50a293 Show version for APEXes by Jiyong Park · 5 years ago
  4. 423355b Merge "APEX list can be retrieved via the shell command." am: 06de45a54a am: d28e616024 by Jiyong Park · 6 years ago
  5. 4f49abe APEX list can be retrieved via the shell command. by Jiyong Park · 6 years ago
  6. aac4ba4 Add Mock APIs for staged installs. by Dario Freni · 6 years ago
  7. e186f99 Initial support for installing APEX via adb. by Dario Freni · 6 years ago
  8. fc2851e Removes ASEC-related logic from the framework by Patrick Baumann · 6 years ago
  9. 2a598934 Mention --apex flag in package manager usage text by Mårten Kongstad · 6 years ago
  10. 0aff9b1 Revert "Revert "Adds new atomic install API"" by Patrick Baumann · 6 years ago
  11. 7e1c9d7 Revert "Adds new atomic install API" by Jie Song · 6 years ago
  12. 44da627 Adds new atomic install API by Patrick · 6 years ago
  13. d8bf22e Initial support for installing APEX via adb. by Dario Freni · 6 years ago
  14. 389cb6f Suspending app can customize intercepting dialog by Suprabh Shukla · 6 years ago
  15. 7397131 Add argument to specify query flags for pm query commands by Ng Zhi An · 6 years ago
  16. abd4d44 Adding support for install-reason argument in adb-install command by Sunny Goyal · 6 years ago
  17. fa8b57d Framework: Allow root to send bg-dexopt by Andreas Gampe · 6 years ago
  18. 4559d84 PackageManager: Add "-a" to list packages by Andreas Gampe · 6 years ago
  19. 2bef176 Support /product-services partition by Dario Freni · 6 years ago
  20. 344960b Shuffle FD ownership? \noideadog by Jeff Sharkey · 6 years ago
  21. 1f11045 PackageManager: Add "-a" to list packages by Andreas Gampe · 6 years ago
  22. a651b78 Shuffle FD ownership? \noideadog by Jeff Sharkey · 6 years ago
  23. 7129e98 Merge "Allow adb to pull profile snapshots" into pi-dev am: b7aea6d3e2 by Calin Juravle · 6 years ago
  24. bdd94d9 Allow adb to pull profile snapshots by Calin Juravle · 6 years ago
  25. 7e3a8d3 Add cmd package shell command for taking profile snapshots by Calin Juravle · 6 years ago
  26. 21216c6 Add cmd package shell command for taking profile snapshots by Calin Juravle · 6 years ago
  27. 5541429 don't block adb while running uninstall by wangmingming1 · 6 years ago
  28. 3c3af14 Activity interceptor dialog for suspended apps by Suprabh Shukla · 6 years ago
  29. 021b57a APIs to suspend packages with SUSPEND_APPS permission by Suprabh Shukla · 6 years ago
  30. a980e14 pm shell command to uninstall system updates by Patrick Baumann · 6 years ago
  31. 0451de6 Put PackageInstaller in the drivers seat. by Jeff Sharkey · 6 years ago
  32. 1713d9e Support /product partition by Jaekyun Seok · 6 years ago
  33. 253c5cc Merge "Add get-harmful-app-warning shell command" by Ben Gruver · 6 years ago
  34. d5d154e Merge "Support installation of DexMetadata files (.dm)" by Calin Juravle · 6 years ago
  35. c12189b Add adb command to get max running users by Alex Chau · 6 years ago
  36. 3fc56c3 Support installation of DexMetadata files (.dm) by Calin Juravle · 7 years ago
  37. 9ef6009 Add get-harmful-app-warning shell command by Ben Gruver · 6 years ago
  38. 1ab3d6e Implement harmful app warning at activity launch by Ben Gruver · 7 years ago
  39. 1d99c39 Cancel alarms & jobs when an app's data is cleared by Christopher Tate · 7 years ago
  40. d5b9266f Merge "Add major version code to platform." by Dianne Hackborn · 7 years ago
  41. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  42. a933349 Makes adb install -r the default behavior by Patrick Baumann · 7 years ago
  43. 002fdbd Support privileged vendor apps by Jiyong Park · 7 years ago
  44. 9253eea Merge "The pm command is no more." by TreeHugger Robot · 7 years ago
  45. 1704e3c The pm command is no more. by Dianne Hackborn · 7 years ago
  46. cbd08d4 PackageManager: Extend cmd interface feedback by Andreas Gampe · 7 years ago
  47. 09dd1ec Allow "cmd package bg-dexopt-job" to take a list of package names by Arthur Eubanks · 7 years ago
  48. ca3872c Fully implement "install" and "install-write" in PackageManagerShellCommand. by Dianne Hackborn · 7 years ago
  49. c81983a Start removing remaining pm code to package manager by Dianne Hackborn · 7 years ago
  50. f8bb244 Finish removing ASEC. by Jeff Sharkey · 7 years ago
  51. 80e8e39 Use 1MB buffer for install cmds by Philip P. Moltmann · 7 years ago
  52. 087dce2 Add new OEM permission flavor by Svet Ganov · 7 years ago
  53. 74629e3 Allow explicit permission denial by Todd Kennedy · 7 years ago
  54. 96c11c5 PackageParser: Parse android:classLoader during the full parse. by Narayan Kamath · 7 years ago
  55. 78a7250 Add API for virtual preloads by Todd Kennedy · 7 years ago
  56. b6f844d Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  57. f9419f0 Allow splits to declare a classloader type. by Narayan Kamath · 7 years ago
  58. 1f56ccf Merge "Use content type specified on the command line" into oc-dev by Todd Kennedy · 7 years ago
  59. 0e2a75d Use content type specified on the command line by Todd Kennedy · 7 years ago
  60. 7e1a273 resolve merge conflicts of 255b69aca02f to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  61. 3b4359a Pass bootComplete to dexopt. by Nicolas Geoffray · 7 years ago
  62. 721a348 Merge "Query for static shared libs as well when needed" into oc-dev by TreeHugger Robot · 7 years ago
  63. a5c867c Query for static shared libs as well when needed by Svet Ganov · 7 years ago
  64. 2a34734 Merge "Add command to retrieve the instant app resolver" into oc-dev by TreeHugger Robot · 7 years ago
  65. 9830552 Fix issue #37360626: Apps can schedule alarms (and other things) with temp whitelist by Dianne Hackborn · 7 years ago
  66. 0a3f081 Add command to retrieve the instant app resolver by Todd Kennedy · 7 years ago
  67. d132652 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  68. be7b0d1 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  69. 10eb145 Merge changes from topic 'configForSplit' by Adam Lesinski · 7 years ago
  70. 1665d0f Add support for configForSplit by Adam Lesinski · 7 years ago
  71. be5782f Add has-feature shell command to PackageManagerService by Tadashi G. Takaoka · 7 years ago
  72. 90ac28d Add a shell command to force the background dexopt job am: f7edab63d9 by Calin Juravle · 7 years ago
  73. 110e897 [PM] Clean up logic for secondary dex oat files am: e69fba3f7f by Calin Juravle · 7 years ago
  74. 468be64 Compile secondary dex files in DexManager am: 7218363a92 by Calin Juravle · 7 years ago
  75. f7edab6 Add a shell command to force the background dexopt job by Calin Juravle · 7 years ago
  76. e69fba3f [PM] Clean up logic for secondary dex oat files by Calin Juravle · 7 years ago
  77. 7218363 Compile secondary dex files in DexManager by Calin Juravle · 7 years ago
  78. be0b889 Revert "Revert "Per user setting for instant app"" by Todd Kennedy · 7 years ago
  79. be9ffa1 Revert "Per user setting for instant app" by Guang Zhu · 7 years ago
  80. 2f5811d Per user setting for instant app by Todd Kennedy · 7 years ago
  81. cb5f41e Add a shell command to force the background dexopt job by Calin Juravle · 7 years ago
  82. 1aa5f88 [PM] Clean up logic for secondary dex oat files by Calin Juravle · 7 years ago
  83. c22c30e Compile secondary dex files in DexManager by Calin Juravle · 7 years ago
  84. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  85. badc69a Don't emit versioncode by default by Todd Kennedy · 7 years ago
  86. 6788212 Platform support for static shared libraries by Svet Ganov · 8 years ago
  87. b771768 Add system API to install ephemeral apps by Todd Kennedy · 8 years ago
  88. 55dac08 Merge "Added get-privapp-permissions command" by Fyodor Kupolov · 8 years ago
  89. 51245c7 Added get-privapp-permissions command by Fyodor Kupolov · 8 years ago
  90. 0d1fd8d Secure MATCH_UNINSTALLED_PACKAGES across users by Amith Yamasani · 8 years ago
  91. b87a491 [DO NOT MERGE] Only setSize if -s arg is specified by Fyodor Kupolov · 8 years ago
  92. 9caf94e force appropriate size by Todd Kennedy · 8 years ago
  93. 852638d Fix: "adb install -s" adaptation for session based install am: 4f26cb5a36 am: 55bcb9f422 by Shunta Sato · 8 years ago
  94. 4f26cb5 Fix: "adb install -s" adaptation for session based install by Shunta Sato · 8 years ago
  95. 63cc8b0 Force APKs to be streamed by Todd Kennedy · 8 years ago
  96. e2d4f5f Force APKs to be streamed by Todd Kennedy · 8 years ago
  97. 4a50d43 use printwriter instead of stdout am: b6e96e52e3 am: 3f3a2b2ef9 by Todd Kennedy · 8 years ago
  98. b6e96e5 use printwriter instead of stdout by Todd Kennedy · 8 years ago
  99. eece986 Improvements on 'list packages' command: by Felipe Leme · 8 years ago
  100. 3bdbf98 Make "cmd package set-home-activity" more CTS friendly by Makoto Onuki · 8 years ago