| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert "Expand install observer semantics" | Glenn Kasten | 2014-03-26 | 1 | -25/+7 |
* | Expand install observer semantics | Christopher Tate | 2014-03-25 | 1 | -7/+25 |
* | Start related users on boot and user switch. | Kenny Guy | 2014-03-05 | 1 | -1/+5 |
* | Extend pm create-user to handle related and managed users. | Kenny Guy | 2014-02-14 | 1 | -2/+33 |
* | Single-user restrictions | Amith Yamasani | 2013-06-25 | 1 | -0/+42 |
* | Add new API to retrieve a dumpsys of a single package. | Dianne Hackborn | 2013-06-11 | 1 | -2/+21 |
* | Keep track of who has disabled applications. | Dianne Hackborn | 2013-03-27 | 1 | -1/+2 |
* | Do not hang in pm clear on an invalid package name | Christopher Tate | 2013-03-07 | 1 | -4/+1 |
* | Shared accounts and sharing of apps | Amith Yamasani | 2013-03-06 | 1 | -1/+1 |
* | Fix issue #8133857: Tracking ANR in Gallery | Dianne Hackborn | 2013-02-08 | 1 | -2/+3 |
* | Add new disabled state for "optional" built-in apps. | Dianne Hackborn | 2013-01-22 | 1 | -0/+8 |
* | Rework ParceledListSlice to be much easier to use. | Dianne Hackborn | 2013-01-18 | 1 | -11/+2 |
* | Support pm clear as --user. | Jeff Sharkey | 2012-10-15 | 1 | -4/+16 |
* | Pm command to get maximum users. | Jeff Sharkey | 2012-10-12 | 1 | -2/+16 |
* | Print newly generated userId. | Jeff Sharkey | 2012-10-11 | 1 | -1/+4 |
* | Pass the originating uid to the package verifier | Ben Gruver | 2012-09-27 | 1 | -1/+1 |
* | Query users excluding any being removed | Amith Yamasani | 2012-09-20 | 1 | -1/+1 |
* | More multi-user methods in PM | Amith Yamasani | 2012-09-08 | 1 | -4/+8 |
* | More multi-user stuff: | Dianne Hackborn | 2012-09-07 | 1 | -9/+9 |
* | Remove Binder.getOrigCallingUid(). | Dianne Hackborn | 2012-08-31 | 1 | -2/+2 |
* | Fix installing applications from non-primary users. | Dianne Hackborn | 2012-08-27 | 1 | -51/+10 |
* | Restore man page entries. | Dianne Hackborn | 2012-08-27 | 1 | -3/+6 |
* | Keep track of whether an app is installed for each user. | Dianne Hackborn | 2012-08-24 | 1 | -2/+5 |
* | Pass URLs to package verifiers | rich cannings | 2012-08-20 | 1 | -3/+38 |
* | User Manager service to manage users and query user details | Amith Yamasani | 2012-08-11 | 1 | -3/+8 |
* | Revert "Pass URLs to package verifiers" | Rich Cannings | 2012-08-08 | 1 | -18/+2 |
* | Pass URLs to package verifiers | rich cannings | 2012-08-02 | 1 | -2/+18 |
* | Improve cleanup of file caches. | Dianne Hackborn | 2012-07-12 | 1 | -1/+78 |