summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/pm
Commit message (Expand)AuthorAgeFilesLines
* Save off the seinfo value with packages.list.Robert Craig2013-03-261-0/+3
* Proper security labeling of multi-user data directories.rpcraig2013-03-253-3/+6
* Add seinfo parsing to PackageManagerService.Robert Craig2013-03-253-5/+290
* If freeCache deletes APK, give out of space errorKenny Root2012-12-111-0/+12
* Cleaner initial boot.Dianne Hackborn2012-11-282-3/+11
* Quiet down a lot of logging.Dianne Hackborn2012-11-271-6/+5
* Make sure that the owner user is marked initialized.Amith Yamasani2012-11-151-3/+12
* Avoid recycling recently removed user IDs.Jeff Sharkey2012-11-071-23/+42
* Merge "Move app-lib definition up for system app scanning" into jb-mr1-devKenny Root2012-10-291-2/+2
|\
| * Move app-lib definition up for system app scanningKenny Root2012-10-291-2/+2
* | Fix for some downloaded apps showing up on all usersAmith Yamasani2012-10-261-23/+23
|/
* Fix the user name for the owner.Amith Yamasani2012-10-261-1/+39
* Merge "Revert "Check non-primary user dirs during package scan"" into jb-mr1-devDave Burke2012-10-232-157/+131
|\
| * Revert "Check non-primary user dirs during package scan"Dave Burke2012-10-232-157/+131
* | PMS: check outInfo for null during deleteKenny Root2012-10-231-1/+1
* | Merge "Fix issue #7342364: JellyBean broke Toddler Lock, again" into jb-mr1-devDianne Hackborn2012-10-231-1/+2
|\ \ | |/ |/|
| * Fix issue #7342364: JellyBean broke Toddler Lock, againDianne Hackborn2012-10-231-1/+2
* | Check non-primary user dirs during package scanKenny Root2012-10-222-131/+157
|/
* Merge "Fix crashes when quickly adding and removing users" into jb-mr1-devAmith Yamasani2012-10-212-14/+33
|\
| * Fix crashes when quickly adding and removing usersAmith Yamasani2012-10-192-14/+33
* | Merge changes Ie3c8ca8d,Ia175b36d into jb-mr1-devKenny Root2012-10-192-46/+60
|\ \ | |/ |/|
| * Try to free cache before giving up on installKenny Root2012-10-181-2/+17
| * Robustly add symlink and add for non-primary usersKenny Root2012-10-182-44/+43
* | Allow services to query the info for a dying user.Amith Yamasani2012-10-171-6/+16
|/
* Do cleanup when Stopping usersAmith Yamasani2012-10-151-2/+7
* Return ApplicationInfo with requested userId.Jeff Sharkey2012-10-111-1/+2
* Fix verfication bypassed for adb installsrich cannings2012-10-091-1/+11
* Fix issue #7295951: Mako asks which Launcher to use at every re-bootDianne Hackborn2012-10-074-173/+230
* Fix serial number assignment for new user on a freshly wiped deviceAmith Yamasani2012-10-041-2/+5
* Fix PackageInstaller displays with multi-userrich cannings2012-10-031-1/+1
* Merge "Fix issue #7272775: Auto Start Apps Not Starting" into jb-mr1-devDianne Hackborn2012-10-021-5/+3
|\
| * Fix issue #7272775: Auto Start Apps Not StartingDianne Hackborn2012-10-021-5/+3
* | Merge "Fix package verification with multi-user" into jb-mr1-devrich cannings2012-10-021-7/+14
|\ \
| * | Fix package verification with multi-userrich cannings2012-10-021-7/+14
| |/
* | Migrate more System and Secure settings to Global.Jeff Sharkey2012-10-021-2/+2
|/
* Fix cache deletion for secondary usersAmith Yamasani2012-10-012-4/+5
* Disable package verification in test harnessrich cannings2012-09-301-0/+5
* Merge "Fix issue #7211769 and #7244492, thrash around on #7226656." into jb-m...Dianne Hackborn2012-09-283-54/+133
|\
| * Fix issue #7211769 and #7244492, thrash around on #7226656.Dianne Hackborn2012-09-283-54/+133
* | Merge "Pass the originating uid to the package verifier" into jb-mr1-devBen Gruver2012-09-281-1/+5
|\ \ | |/ |/|
| * Pass the originating uid to the package verifierBen Gruver2012-09-271-1/+5
* | Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-6/+7
|/
* Update references to migrated global settings.Jeff Brown2012-09-251-2/+2
* Always bind to DefaultContainerService as OWNER.Jeff Sharkey2012-09-232-91/+48
* Merge "Check READ_EXTERNAL enforcement outside of lock." into jb-mr1-devJeff Sharkey2012-09-231-8/+28
|\
| * Check READ_EXTERNAL enforcement outside of lock.Jeff Sharkey2012-09-221-8/+28
* | Fix issue #7209355, #7214271.Dianne Hackborn2012-09-231-1/+10
|/
* Add setting to skip verifying ADB installsrich cannings2012-09-211-2/+11
* Query users excluding any being removedAmith Yamasani2012-09-203-13/+111
* Implement multi-user PackageMonitor.Dianne Hackborn2012-09-201-6/+13