summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm/Settings.java
Commit message (Expand)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-191-3187/+0
* am 0505ebbc: am 8869d6f3: Merge "Extend preferred-app preload support for com...Christopher Tate2013-11-051-4/+22
|\
| * Extend preferred-app preload support for complex resolutionsChristopher Tate2013-11-041-4/+22
* | am 204b1e28: am fe470c37: Merge "Have the package manager write mimetype of p...Erin Dahlgren2013-10-241-2/+11
|\|
| * Have the package manager write mimetype of preferred activities to xml.Erin Dahlgren2013-10-241-2/+11
* | am d34e1155: am 5f474fcb: Merge "Edge case: overriden system package moved & ...Christopher Tate2013-10-221-6/+6
|\|
| * Edge case: overriden system package moved & became privileged in OTAChristopher Tate2013-10-221-6/+6
* | am 595c48e4: am d570dae5: Merge "Fix priv-app edge case across OTAs" into klp...Christopher Tate2013-10-211-1/+6
|\|
| * Fix priv-app edge case across OTAsChristopher Tate2013-10-181-1/+6
* | am 827c5af0: am e49a107a: Merge "Fix issue #11223335: APR: Lots of failures i...Dianne Hackborn2013-10-141-1/+2
|\|
| * Fix issue #11223335: APR: Lots of failures in procstats due to...Dianne Hackborn2013-10-141-1/+2
* | am 662b3bbe: am effefbc4: Merge "Proper security labeling of multi-user data ...Nick Kralevich2013-09-201-1/+2
|\ \ | |/ |/|
| * Proper security labeling of multi-user data directories.Robert Craig2013-09-181-1/+2
* | Fix handling of privileged permissions on updateChristopher Tate2013-09-151-0/+1
* | Prune shared users that the system declares but does not useChristopher Tate2013-09-131-0/+13
* | Include system packages in packages.list.Jeff Sharkey2013-09-101-3/+2
* | Skip packages with missing metadata.Jeff Sharkey2013-09-031-0/+5
* | Improve Intent disambig dialog behaviorAmith Yamasani2013-08-271-1/+1
* | Add GIDs to packages.list, update SD card perms.Jeff Sharkey2013-08-121-3/+16
* | Allow packages.list access with new GID.Jeff Sharkey2013-08-081-8/+11
* | Improve the logic for determining whether the caller is a system appBen Gruver2013-08-071-5/+5
* | Add new facility for apps to declared their preferred intents.Dianne Hackborn2013-07-221-82/+176
* | Single-user restrictionsAmith Yamasani2013-06-251-1/+13
* | Merge "Stop spewing errors into the logs."Geremy Condra2013-06-181-1/+1
|\ \
| * | Stop spewing errors into the logs.Geremy Condra2013-06-181-1/+1
* | | Add scheme specific part to IntentFilter.Dianne Hackborn2013-06-121-8/+13
|/ /
* | Add new API to retrieve a dumpsys of a single package.Dianne Hackborn2013-06-111-5/+5
* | am 69fe4069: am 006c6338: Merge "Fix bug in initializing preferred activities...Dianne Hackborn2013-04-021-3/+0
|\|
| * Fix bug in initializing preferred activities.Dianne Hackborn2013-04-011-3/+0
* | am a54e0643: am 9d034deb: am 24948d3c: am 946a5c91: Merge "Save off the seinf...Geremy Condra2013-03-281-0/+3
|\|
| * am 24948d3c: am 946a5c91: Merge "Save off the seinfo value with packages.list."Geremy Condra2013-03-281-0/+3
| |\
| | * 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
* | | am 6b8e7b35: am bf20aa76: Merge "Keep track of who has disabled applications....Dianne Hackborn2013-03-271-8/+20
|\| |
| * | Keep track of who has disabled applications.Dianne Hackborn2013-03-271-8/+20
* | | am 0c42b580: am 53149acf: Merge "Implement limited shared libraries in apks."...Dianne Hackborn2013-03-121-139/+158
|\| |
| * | Implement limited shared libraries in apks.Dianne Hackborn2013-03-121-139/+158
* | | Add check for UID reuse.Geremy Condra2013-03-081-1/+11
* | | Added the KeySetManager.Geremy Condra2013-02-201-0/+42
|/ /
* | Improve configuration of default preferred apps.Dianne Hackborn2013-01-291-9/+124
* | Add new disabled state for "optional" built-in apps.Dianne Hackborn2013-01-221-0/+7
* | Revert "App home directories are now 0700 for targetSdkVersion > 17"Nick Kralevich2013-01-091-4/+2
* | App home directories are now 0700 for targetSdkVersion > 17Nick Kralevich2012-12-141-2/+4
|/
* 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