summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/pm
Commit message (Expand)AuthorAgeFilesLines
* System package permission decls take precedence over 3rd party apps'Christopher Tate2013-11-051-0/+12
* Extend preferred-app preload support for complex resolutionsChristopher Tate2013-11-041-4/+22
* Don't crash when preferred activity settings are malformedChristopher Tate2013-10-291-1/+7
* Merge "Have the package manager write mimetype of preferred activities to xml...Erin Dahlgren2013-10-241-2/+11
|\
| * Have the package manager write mimetype of preferred activities to xml.Erin Dahlgren2013-10-241-2/+11
* | Support different watchdog timeouts for different entitiesChristopher Tate2013-10-241-1/+10
|/
* Edge case: overriden system package moved & became privileged in OTAChristopher Tate2013-10-222-7/+13
* Fix priv-app edge case across OTAsChristopher Tate2013-10-183-5/+15
* Fix issue #11223335: APR: Lots of failures in procstats due to...Dianne Hackborn2013-10-141-1/+2
* Merge "Add <intent-filter> support to <provider>." into klp-devJeff Sharkey2013-10-071-22/+251
|\
| * Add <intent-filter> support to <provider>.Jeff Sharkey2013-10-071-22/+251
* | Merge "Make sure to maintain privilege when downgrading bundled apps" into kl...Christopher Tate2013-10-061-2/+16
|\ \
| * | Make sure to maintain privilege when downgrading bundled appsChristopher Tate2013-10-061-2/+16
| |/
* | Notify that ASEC containers are being unmounted during upgradesChristopher Tate2013-10-041-6/+37
|/
* Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn2013-10-011-1/+1
* Merge "Don't remove restrictions files that are valid" into klp-devAmith Yamasani2013-09-261-7/+17
|\
| * Don't remove restrictions files that are validAmith Yamasani2013-09-261-7/+17
* | Fix issue #10848916: "Always" button is not working.Dianne Hackborn2013-09-241-4/+4
* | Work on issue #10759595: preferred tag doesn't prevent...Dianne Hackborn2013-09-232-33/+35
* | Shut. Up.Dianne Hackborn2013-09-201-2/+2
|/
* Merge "Support for "not the home app you're looking for" metadata" into klp-devChristopher Tate2013-09-191-1/+2
|\
| * Support for "not the home app you're looking for" metadataChristopher Tate2013-09-191-1/+2
* | Fix handling of privileged permissions on updateChristopher Tate2013-09-152-4/+4
|/
* Prune shared users that the system declares but does not useChristopher Tate2013-09-132-0/+16
* Add hidden API for querying available 'home' activitiesChristopher Tate2013-09-131-6/+27
* Include system packages in packages.list.Jeff Sharkey2013-09-101-3/+2
* Remove unused APIs and rename others based on API reviewAmith Yamasani2013-09-051-12/+4
* Skip packages with missing metadata.Jeff Sharkey2013-09-031-0/+5
* Merge "Improve Intent disambig dialog behavior" into klp-devAmith Yamasani2013-08-294-17/+99
|\
| * Improve Intent disambig dialog behaviorAmith Yamasani2013-08-274-17/+99
* | UserManagerService upgrades users on first restart.Geoffrey Borggaard2013-08-291-41/+1
|/
* Allow replacing ResolverActivity via config valueJose Lima2013-08-201-17/+64
* Add GIDs to packages.list, update SD card perms.Jeff Sharkey2013-08-123-59/+25
* Merge "APIs for multiple external storage devices." into klp-devJeff Sharkey2013-08-121-39/+34
|\
| * APIs for multiple external storage devices.Jeff Sharkey2013-08-111-39/+34
* | Allow packages.list access with new GID.Jeff Sharkey2013-08-081-8/+11
|/
* Merge "Improve the logic for determining whether the caller is a system app"Ben Gruver2013-08-084-7/+44
|\
| * Improve the logic for determining whether the caller is a system appBen Gruver2013-08-074-7/+44
* | Try again to cleanup all blocked appsAmith Yamasani2013-08-071-6/+37
|/
* Merge "Remove restrictions PIN for all users"Amith Yamasani2013-08-061-3/+20
|\
| * Remove restrictions PIN for all usersAmith Yamasani2013-08-061-3/+20
* | Remove member "m" prefix from now local variablesBrian Carlstrom2013-08-021-9/+9
* | Teach PackageManager to skip core-libart.jarBrian Carlstrom2013-08-011-38/+29
|/
* Fix permission privilege w.r.t. updated system appsChristopher Tate2013-07-291-2/+6
* Merge "Add new facility for apps to declared their preferred intents."Dianne Hackborn2013-07-231-82/+176
|\
| * Add new facility for apps to declared their preferred intents.Dianne Hackborn2013-07-221-82/+176
* | User restriction API to disable single-user restrictions feature.Amith Yamasani2013-07-231-4/+17
|/
* Have UserManagerService clear the restrictions and unblock appsAmith Yamasani2013-07-182-11/+103
* Out-of-band apk pushes to the privileged install dirChristopher Tate2013-07-121-12/+18
* Merge "KeySetManager: convert comments to Javadoc"Kenny Root2013-07-101-23/+22
|\