1. e980804 Bring install and install-multiple into parity. by Jeff Sharkey · 10 years ago
  2. dda003f Clean up apks installed for a removed user by Amith Yamasani · 10 years ago
  3. 941a8ba Installing splits into ASECs! by Jeff Sharkey · 10 years ago
  4. a090743 PackageInstaller API refactoring. by Jeff Sharkey · 10 years ago
  5. 4903f64 Persist the cpuAbiOverride setting. by Narayan Kamath · 10 years ago
  6. fbd0e9f Surface user action events when un/installing. by Jeff Sharkey · 10 years ago
  7. 1cb2d0d Persist install sessions, more lifecycle. by Jeff Sharkey · 10 years ago
  8. 20e0c50 Offer force-dex-opt when running as root. by Jeff Sharkey · 10 years ago
  9. 16c8e3f PackageInstaller changes based on feedback. by Jeff Sharkey · 10 years ago
  10. e5bcff6 Rename setApplicationBlocked to setApplicationHidden by Amith Yamasani · 10 years ago
  11. 9a44577 Install sessions only inherit APK files. by Jeff Sharkey · 10 years ago
  12. 69ea974 Merge "Public API for PackageInstaller!" into lmp-dev by Jeff Sharkey · 10 years ago
  13. 6c833e0 Public API for PackageInstaller! by Jeff Sharkey · 10 years ago
  14. ad11eb5 Pass install result message; path selection. by Jeff Sharkey · 10 years ago
  15. a103114 Package installation listener events. by Jeff Sharkey · 10 years ago
  16. bb58067 Progress toward installer public API: callbacks. by Jeff Sharkey · 10 years ago
  17. ec55ef0 Extend pm to support sessions and split APKs. by Jeff Sharkey · 10 years ago
  18. 513a074 Clean up IPackageManager install surface area. by Jeff Sharkey · 10 years ago
  19. bf8b57a Fix "pm list permissions" crash if resource string missing by Denver Coneybeare · 10 years ago
  20. 8a4c972 Plumb split APKs into public API. by Jeff Sharkey · 10 years ago
  21. 116bdbd Add an --abi argument to "pm install" by Narayan Kamath · 10 years ago
  22. 6431d11 Add an --abi argument to "pm install" by Narayan Kamath · 10 years ago
  23. 1bdbd4b Add ability to uninstall per user to adb shell pm. by Kenny Guy · 10 years ago
  24. 2a76494 Rename related users to profiles. by Kenny Guy · 10 years ago
  25. f1977b4 Expand install observer semantics by Christopher Tate · 10 years ago
  26. 7629a18 Revert "Expand install observer semantics" by Glenn Kasten · 10 years ago
  27. ab8a501 Expand install observer semantics by Christopher Tate · 10 years ago
  28. 6143a02 Start related users on boot and user switch. by Kenny Guy · 10 years ago
  29. 31d6776 Extend pm create-user to handle related and managed users. by Kenny Guy · 10 years ago
  30. 655d0e2 Single-user restrictions by Amith Yamasani · 11 years ago
  31. cbfd23e Add new API to retrieve a dumpsys of a single package. by Dianne Hackborn · 11 years ago
  32. 3fa3c28a Keep track of who has disabled applications. by Dianne Hackborn · 11 years ago
  33. a83cab0 Do not hang in pm clear on an invalid package name by Christopher Tate · 11 years ago
  34. 67df64b Shared accounts and sharing of apps by Amith Yamasani · 11 years ago
  35. 50707cc Fix issue #8133857: Tracking ANR in Gallery by Dianne Hackborn · 11 years ago
  36. fd7aded Add new disabled state for "optional" built-in apps. by Dianne Hackborn · 11 years ago
  37. d8e1dbb Rework ParceledListSlice to be much easier to use. by Dianne Hackborn · 11 years ago
  38. a3e9ff7 Support pm clear as --user. by Jeff Sharkey · 12 years ago
  39. 4c76ea6 Pm command to get maximum users. by Jeff Sharkey · 12 years ago
  40. e6d3ccc Print newly generated userId. by Jeff Sharkey · 12 years ago
  41. 37d83a3 Pass the originating uid to the package verifier by Ben Gruver · 12 years ago
  42. 920ace0 Query users excluding any being removed by Amith Yamasani · 12 years ago
  43. 151ec4c More multi-user methods in PM by Amith Yamasani · 12 years ago
  44. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  45. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  46. 786b440 Fix installing applications from non-primary users. by Dianne Hackborn · 12 years ago
  47. 7e0e19d Restore man page entries. by Dianne Hackborn · 12 years ago
  48. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  49. 706e8ba Pass URLs to package verifiers by rich cannings · 12 years ago
  50. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  51. e1d7c71 Revert "Pass URLs to package verifiers" by Rich Cannings · 12 years ago
  52. 2471390 Pass URLs to package verifiers by rich cannings · 12 years ago
  53. 197a0c8 Improve cleanup of file caches. by Dianne Hackborn · 12 years ago
  54. fd3d009 Remove some unnecessary man page entries by Amith Yamasani · 12 years ago
  55. ceb1b0b Add encryption parameters to package installation by Anonymous Coward · 12 years ago
  56. 719a632 Change permission enforcement through pm command. by Jeff Sharkey · 12 years ago
  57. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  58. e639da7 New development permissions. by Dianne Hackborn · 12 years ago
  59. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  60. 92a208c Add a command option to display installerPackageName by Ashish Sharma · 13 years ago
  61. 5ab2157 Infrastructure to support package verifier by Kenny Root · 13 years ago
  62. 46d1103 Small cleanup of am/pm commands. by Dianne Hackborn · 13 years ago
  63. 0ac3031 Implement remaining infrastructure for user disabling apps. by Dianne Hackborn · 13 years ago
  64. a51b6fd6 resolved conflicts for merge of b2d0ee16 to master by Kenny Root · 13 years ago
  65. e6cd0c7 resolved conflicts for merge of 2433c443 to honeycomb-plus-aosp by Kenny Root · 13 years ago
  66. 2433c44 am f2006f31: Merge "Break apart queries to getInstalled* API" into gingerbread by Kenny Root · 13 years ago
  67. 3d0724d resolved conflicts for merge of 0e59729b to master by Dianne Hackborn · 13 years ago
  68. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  69. 0e2c0f3 Break apart queries to getInstalled* API by Kenny Root · 13 years ago
  70. 0b28549 Plumbing in PackageManager and installd for multi-user support. by Amith Yamasani · 13 years ago
  71. c39bb4a Switch to returnCode for IPackageDeleteObserver by Kenny Root · 13 years ago
  72. 4f05220 Merge commit '690d20bb53ba2485f59d128b365eff991d5cc3e6' into manualmerge by Dianne Hackborn · 13 years ago
  73. 95db1cf am cd23823d: Merge "Fix issue # 3227963: SecurityException: Neither user 10023 nor..." into gingerbread by Dianne Hackborn · 13 years ago
  74. 690d20b Fix issue # 3227963: SecurityException: Neither user 10023 nor... by Dianne Hackborn · 13 years ago
  75. ccc7141 resolved conflicts for merge of 78e9f4cb to master by Dianne Hackborn · 13 years ago
  76. 78e9f4c am e4a59519: Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 13 years ago
  77. e4a5951 Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 13 years ago
  78. edebb2f am b087ceea: am 40eade14: Merge from open-source master by Jean-Baptiste Queru · 14 years ago
  79. 1c3274c Fix crash by "adb shell pm list permissions -f|-s" by Ali Utku Selen · 14 years ago
  80. babe28e Doc change: Update pm command usage for test packages by Joe Malin · 14 years ago
  81. 40e4725 Fix 2579461 by Suchi Amalapurapu · 14 years ago
  82. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  83. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  84. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  85. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  86. fd3530f Mount/Unmount secure containers by Suchi Amalapurapu · 14 years ago
  87. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 14 years ago
  88. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 15 years ago
  89. 23b4faf Use reflection to figure out a readable string from install error code. by Xavier Ducrohet · 15 years ago
  90. f03fb48 Add error output to pm for FAILED_MISSING_FEATURE by Xavier Ducrohet · 15 years ago
  91. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  92. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  93. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  94. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  95. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  96. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  97. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  98. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 15 years ago
  99. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  100. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago