summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/pm/Settings.java
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-251-1/+2
* Cleaner initial boot.Dianne Hackborn2012-11-281-2/+5
* Fix for some downloaded apps showing up on all usersAmith Yamasani2012-10-261-23/+23
* Fix issue #7295951: Mako asks which Launcher to use at every re-bootDianne Hackborn2012-10-071-59/+84
* Fix issue #7211769 and #7244492, thrash around on #7226656.Dianne Hackborn2012-09-281-3/+4
* Always bind to DefaultContainerService as OWNER.Jeff Sharkey2012-09-231-25/+14
* Query users excluding any being removedAmith Yamasani2012-09-201-1/+1
* Update PackageSetting flags when updatingKenny Root2012-09-091-4/+8
* Fix crash when setting wallpaper from non-primary user.Dianne Hackborn2012-09-071-1/+1
* More multi-user stuff:Dianne Hackborn2012-09-071-3/+1
* Centralize the creation of the user system directoryAmith Yamasani2012-08-311-4/+3
* Some clean up of app install and user management.Dianne Hackborn2012-08-241-1/+1
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-79/+170
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-23/+33
* Optimize memory use of IntentResolver.Dianne Hackborn2012-07-301-0/+4
* am c17f92ce: Merge "Use removePackageLI instead of removing mPackages" into j...Kenny Root2012-06-261-0/+5
|\
| * Use removePackageLI instead of removing mPackagesKenny Root2012-06-251-0/+5
* | am 1991850d: Merge "Implement issue #6680894: Provide a way to configure app ...Dianne Hackborn2012-06-181-7/+72
|\ \ | |/
| * Implement issue #6680894: Provide a way to configure app defaults...Dianne Hackborn2012-06-181-7/+72
* | am cd586258: Merge "Enforce READ_EXTERNAL through Settings.Secure." into jb-devJeff Sharkey2012-05-111-3/+2
|\ \ | |/
| * Enforce READ_EXTERNAL through Settings.Secure.Jeff Sharkey2012-05-111-3/+2
* | am 8a2fe268: Merge "Prune hidden system apps when removed via OTA" into jb-devKenny Root2012-05-091-1/+9
|\ \ | |/
| * Prune hidden system apps when removed via OTAKenny Root2012-05-071-1/+9
* | am 8f2e753b: am cbc71bd7: Merge "Fix off-by-one error when filtering applicat...Jean-Baptiste Queru2012-05-011-1/+1
|\ \ | |/ |/|
| * Fix off-by-one error when filtering application UIDsMagnus Eriksson2012-03-271-2/+2
* | Fix dumpsys package.Amith Yamasani2012-04-201-1/+4
* | Enforce READ_EXTERNAL on non-user builds.Jeff Sharkey2012-04-121-10/+7
* | Include enforcement state in dumpsys.Jeff Sharkey2012-04-111-1/+6
* | User management and switchingAmith Yamasani2012-03-271-28/+35
* | Package restrictions per userAmith Yamasani2012-03-221-204/+483
* | Selective enforcement of READ_EXTERNAL_STORAGE.Jeff Sharkey2012-03-191-1/+20
* | New development permissions.Dianne Hackborn2012-02-231-1/+3
* | Show the flags in package manager debugging.Joe Onorato2012-02-101-0/+34
* | Some cruft removal.Dianne Hackborn2012-02-101-20/+14
* | Use Map.Entry, not HashMap.EntryAndy McFadden2012-01-201-3/+4
* | Don't allow reading of packagelist files.Nick Kralevich2012-01-061-6/+3
|/
* Close file on exception as wellKenny Root2011-11-101-2/+4
* Fix issue #5405788: Device continuously opening and closing...Dianne Hackborn2011-10-101-3/+2
* Add verifier device identityKenny Root2011-09-131-1/+29
* Fix issue #4999574: Disabled system app not listed in Settings after rebootDianne Hackborn2011-07-191-13/+16
* Implement remaining infrastructure for user disabling apps.Dianne Hackborn2011-06-171-0/+2
* resolved conflicts for merge of 0e59729b to masterDianne Hackborn2011-05-121-7/+0
* Updated system packages retain shared userKenny Root2011-04-081-0/+13
* Split dump and annotate users of mPackages lockKenny Root2011-03-231-116/+427
* Split PackageManagerService into subclassesKenny Root2011-03-221-0/+1913