summaryrefslogtreecommitdiffstats
path: root/cmds/pm/src/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ability to uninstall per user to adb shell pm.Kenny Guy2014-05-231-6/+43
* Rename related users to profiles.Kenny Guy2014-04-021-5/+5
* Expand install observer semanticsChristopher Tate2014-03-271-7/+27
* Revert "Expand install observer semantics"Glenn Kasten2014-03-261-25/+7
* Expand install observer semanticsChristopher Tate2014-03-251-7/+25
* Start related users on boot and user switch.Kenny Guy2014-03-051-1/+5
* Extend pm create-user to handle related and managed users.Kenny Guy2014-02-141-2/+33
* Single-user restrictionsAmith Yamasani2013-06-251-0/+42
* Add new API to retrieve a dumpsys of a single package.Dianne Hackborn2013-06-111-2/+21
* Keep track of who has disabled applications.Dianne Hackborn2013-03-271-1/+2
* Do not hang in pm clear on an invalid package nameChristopher Tate2013-03-071-4/+1
* Shared accounts and sharing of appsAmith Yamasani2013-03-061-1/+1
* Fix issue #8133857: Tracking ANR in GalleryDianne Hackborn2013-02-081-2/+3
* Add new disabled state for "optional" built-in apps.Dianne Hackborn2013-01-221-0/+8
* Rework ParceledListSlice to be much easier to use.Dianne Hackborn2013-01-181-11/+2
* Support pm clear as --user.Jeff Sharkey2012-10-151-4/+16
* Pm command to get maximum users.Jeff Sharkey2012-10-121-2/+16
* Print newly generated userId.Jeff Sharkey2012-10-111-1/+4
* Pass the originating uid to the package verifierBen Gruver2012-09-271-1/+1
* Query users excluding any being removedAmith Yamasani2012-09-201-1/+1
* More multi-user methods in PMAmith Yamasani2012-09-081-4/+8
* More multi-user stuff:Dianne Hackborn2012-09-071-9/+9
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-2/+2
* Fix installing applications from non-primary users.Dianne Hackborn2012-08-271-51/+10
* Restore man page entries.Dianne Hackborn2012-08-271-3/+6
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-2/+5
* Pass URLs to package verifiersrich cannings2012-08-201-3/+38