| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach Pm about the "always ask" link-handling state | Christopher Tate | 2015-08-25 | 1 | -0/+1 |
* | Make "Ask every time" actually work that way | Christopher Tate | 2015-08-13 | 1 | -1/+6 |
* | Add 'pm' operation to set a package's app-linking state | Christopher Tate | 2015-07-20 | 1 | -0/+157 |
* | Add grant flag support to "install-create" verb. | Jeff Sharkey | 2015-07-09 | 1 | -0/+2 |
* | Fix issue #22023824: Download folder is not created in internal storage | Dianne Hackborn | 2015-06-26 | 1 | -0/+25 |
* | Fix issue #21814207 and issue #21814212 (alarm manager) | Dianne Hackborn | 2015-06-17 | 1 | -1/+1 |
* | Flags to select storage volume for app installs. | Jeff Sharkey | 2015-06-09 | 1 | -0/+10 |
* | Fix grant/revoke to act on owner by default and log invalid user id. | Svet Ganov | 2015-05-14 | 1 | -1/+1 |
* | Add permission meta-state flags to support grant/revoke permission policy. | Svet Ganov | 2015-05-11 | 1 | -2/+2 |
* | Migrate primary external storage. | Jeff Sharkey | 2015-04-24 | 1 | -5/+36 |
* | Package and storage movement callbacks. | Jeff Sharkey | 2015-04-23 | 1 | -30/+15 |
* | Always send volume UUID with installd commands. | Jeff Sharkey | 2015-04-18 | 1 | -2/+6 |
* | Allow silent package install for device owner. | Benjamin Franz | 2015-04-07 | 1 | -1/+2 |
* | Installing packages to expanded storage. | Jeff Sharkey | 2015-04-06 | 1 | -2/+53 |
* | Update command line usage for pm | Amith Yamasani | 2015-04-06 | 1 | -1/+1 |
* | Add install option to grant all runtime permissions. | Svet Ganov | 2015-03-24 | 1 | -0/+3 |
* | Runtime permissions: per user permission tracking. | Svetoslav | 2015-03-23 | 1 | -6/+17 |
* | Remove unused imports in frameworks/base. | John Spurlock | 2015-02-28 | 1 | -1/+0 |
* | am e5cb6a25: am bb845152: Merge "pm path needs to return 0 when it succeeds."... | Hui Shu | 2015-01-05 | 1 | -1/+1 |
|\ |
|
| * | pm path needs to return 0 when it succeeds. | Hui Shu | 2014-12-12 | 1 | -1/+1 |
* | | am 1bafd01a: am 44a5a30a: Merge "Fix "pm list permissions" crash if resource ... | Narayan Kamath | 2014-12-29 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | Merge "Fix "pm list permissions" crash if resource string missing" | Narayan Kamath | 2014-12-29 | 1 | -1/+4 |
| |\ |
|
| | * | Fix "pm list permissions" crash if resource string missing | Denver Coneybeare | 2014-06-18 | 1 | -1/+4 |
| | * | Add an --abi argument to "pm install" | Narayan Kamath | 2014-06-03 | 1 | -3/+27 |
* | | | Have Pm return the correct code | Evan Charlton | 2014-10-31 | 1 | -147/+185 |
|/ / |
|
* | | Add 'adb dpm' subcommand to set profile owner | Esteban Talavera | 2014-09-16 | 1 | -4/+0 |
* | | Whoops, wait around for pm result. | Jeff Sharkey | 2014-09-15 | 1 | -1/+5 |
* | | Bring install and install-multiple into parity. | Jeff Sharkey | 2014-09-11 | 1 | -16/+22 |
* | | Clean up apks installed for a removed user | Amith Yamasani | 2014-08-29 | 1 | -2/+10 |
* | | Installing splits into ASECs! | Jeff Sharkey | 2014-08-22 | 1 | -0/+4 |
* | | PackageInstaller API refactoring. | Jeff Sharkey | 2014-08-15 | 1 | -95/+66 |
* | | Persist the cpuAbiOverride setting. | Narayan Kamath | 2014-08-13 | 1 | -0/+4 |
* | | Surface user action events when un/installing. | Jeff Sharkey | 2014-08-07 | 1 | -6/+13 |
* | | Persist install sessions, more lifecycle. | Jeff Sharkey | 2014-07-31 | 1 | -8/+14 |
* | | Offer force-dex-opt when running as root. | Jeff Sharkey | 2014-07-25 | 1 | -0/+14 |
* | | PackageInstaller changes based on feedback. | Jeff Sharkey | 2014-07-25 | 1 | -19/+22 |
* | | Rename setApplicationBlocked to setApplicationHidden | Amith Yamasani | 2014-07-21 | 1 | -10/+10 |
* | | Install sessions only inherit APK files. | Jeff Sharkey | 2014-07-16 | 1 | -5/+6 |
* | | Merge "Public API for PackageInstaller!" into lmp-dev | Jeff Sharkey | 2014-07-15 | 1 | -2/+2 |
|\ \ |
|
| * | | Public API for PackageInstaller! | Jeff Sharkey | 2014-07-14 | 1 | -2/+2 |
* | | | Pass install result message; path selection. | Jeff Sharkey | 2014-07-14 | 1 | -21/+19 |
|/ / |
|
* | | Package installation listener events. | Jeff Sharkey | 2014-07-12 | 1 | -5/+8 |
* | | Progress toward installer public API: callbacks. | Jeff Sharkey | 2014-07-11 | 1 | -10/+36 |
* | | Extend pm to support sessions and split APKs. | Jeff Sharkey | 2014-07-09 | 1 | -44/+223 |
* | | Clean up IPackageManager install surface area. | Jeff Sharkey | 2014-07-08 | 1 | -95/+6 |
* | | Plumb split APKs into public API. | Jeff Sharkey | 2014-06-17 | 1 | -0/+8 |
* | | Add an --abi argument to "pm install" | Narayan Kamath | 2014-06-03 | 1 | -3/+27 |
* | | Add ability to uninstall per user to adb shell pm. | Kenny Guy | 2014-05-23 | 1 | -6/+43 |
* | | Rename related users to profiles. | Kenny Guy | 2014-04-02 | 1 | -5/+5 |
* | | Expand install observer semantics | Christopher Tate | 2014-03-27 | 1 | -7/+27 |