summaryrefslogtreecommitdiffstats
path: root/cmds/pm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-021-0/+36
|\
| * Add pm operation to set user restrictions.Sudheer Shanka2016-06-241-0/+36
* | pm: Use /system/bin/sh instead of /bin/shLuK13372015-11-101-0/+1
|/
* Teach Pm about the "always ask" link-handling stateChristopher Tate2015-08-251-0/+1
* Make "Ask every time" actually work that wayChristopher Tate2015-08-131-1/+6
* Add 'pm' operation to set a package's app-linking stateChristopher Tate2015-07-201-0/+157
* Add grant flag support to "install-create" verb.Jeff Sharkey2015-07-091-0/+2
* Fix issue #22023824: Download folder is not created in internal storageDianne Hackborn2015-06-261-0/+25
* Fix issue #21814207 and issue #21814212 (alarm manager)Dianne Hackborn2015-06-171-1/+1
* Flags to select storage volume for app installs.Jeff Sharkey2015-06-091-0/+10
* Fix grant/revoke to act on owner by default and log invalid user id.Svet Ganov2015-05-141-1/+1
* Add permission meta-state flags to support grant/revoke permission policy.Svet Ganov2015-05-111-2/+2
* Migrate primary external storage.Jeff Sharkey2015-04-241-5/+36
* Package and storage movement callbacks.Jeff Sharkey2015-04-231-30/+15
* Always send volume UUID with installd commands.Jeff Sharkey2015-04-181-2/+6
* Allow silent package install for device owner.Benjamin Franz2015-04-071-1/+2
* Installing packages to expanded storage.Jeff Sharkey2015-04-061-2/+53
* Update command line usage for pmAmith Yamasani2015-04-061-1/+1
* Add install option to grant all runtime permissions.Svet Ganov2015-03-241-0/+3
* Runtime permissions: per user permission tracking.Svetoslav2015-03-231-6/+17
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* am e5cb6a25: am bb845152: Merge "pm path needs to return 0 when it succeeds."...Hui Shu2015-01-051-1/+1
|\
| * pm path needs to return 0 when it succeeds.Hui Shu2014-12-121-1/+1
* | am 1bafd01a: am 44a5a30a: Merge "Fix "pm list permissions" crash if resource ...Narayan Kamath2014-12-291-1/+4
|\ \ | |/ |/|
| * Merge "Fix "pm list permissions" crash if resource string missing"Narayan Kamath2014-12-291-1/+4
| |\
| | * Fix "pm list permissions" crash if resource string missingDenver Coneybeare2014-06-181-1/+4
| | * Add an --abi argument to "pm install"Narayan Kamath2014-06-031-3/+27
* | | Have Pm return the correct codeEvan Charlton2014-10-311-147/+185
|/ /
* | Add 'adb dpm' subcommand to set profile ownerEsteban Talavera2014-09-161-4/+0
* | Whoops, wait around for pm result.Jeff Sharkey2014-09-151-1/+5
* | Bring install and install-multiple into parity.Jeff Sharkey2014-09-111-16/+22
* | Clean up apks installed for a removed userAmith Yamasani2014-08-291-2/+10
* | Installing splits into ASECs!Jeff Sharkey2014-08-221-0/+4
* | PackageInstaller API refactoring.Jeff Sharkey2014-08-151-95/+66
* | Persist the cpuAbiOverride setting.Narayan Kamath2014-08-131-0/+4
* | Surface user action events when un/installing.Jeff Sharkey2014-08-071-6/+13
* | Persist install sessions, more lifecycle.Jeff Sharkey2014-07-311-8/+14
* | Offer force-dex-opt when running as root.Jeff Sharkey2014-07-251-0/+14
* | PackageInstaller changes based on feedback.Jeff Sharkey2014-07-251-19/+22
* | Rename setApplicationBlocked to setApplicationHiddenAmith Yamasani2014-07-211-10/+10
* | Install sessions only inherit APK files.Jeff Sharkey2014-07-161-5/+6
* | Merge "Public API for PackageInstaller!" into lmp-devJeff Sharkey2014-07-151-2/+2
|\ \
| * | Public API for PackageInstaller!Jeff Sharkey2014-07-141-2/+2
* | | Pass install result message; path selection.Jeff Sharkey2014-07-141-21/+19
|/ /
* | Package installation listener events.Jeff Sharkey2014-07-121-5/+8
* | Progress toward installer public API: callbacks.Jeff Sharkey2014-07-111-10/+36
* | Extend pm to support sessions and split APKs.Jeff Sharkey2014-07-091-44/+223
* | Clean up IPackageManager install surface area.Jeff Sharkey2014-07-081-95/+6
* | Plumb split APKs into public API.Jeff Sharkey2014-06-171-0/+8
* | Add an --abi argument to "pm install"Narayan Kamath2014-06-031-3/+27