summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | KeySetManager: convert comments to JavadocKenny Root2013-07-081-23/+22
* | | Merge "Clean up any restrictions files that shouldn't be there."Amith Yamasani2013-07-091-0/+25
|\ \ \ | |/ / |/| |
| * | Clean up any restrictions files that shouldn't be there.Amith Yamasani2013-07-091-0/+25
* | | Merge "KeySetManager: change KEYSET_NOT_FOUND to public"Kenny Root2013-07-081-1/+4
|\ \ \
| * | | KeySetManager: change KEYSET_NOT_FOUND to publicKenny Root2013-07-081-1/+4
* | | | Fix build.Ying Wang2013-07-081-2/+2
|/ / /
* / / KeySetManager: add keyset aliases to dumpKenny Root2013-07-031-2/+17
|/ /
* | KeySetManager: iterate over correct listKenny Root2013-07-021-1/+1
* | Merge "Single-user restrictions"Amith Yamasani2013-06-264-34/+336
|\ \
| * | Single-user restrictionsAmith Yamasani2013-06-254-34/+336
* | | Make sure to propagate privileged status when upgrading an appChristopher Tate2013-06-261-0/+3
* | | am 3c0cd0b5: am 34718238: am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag ...Christopher Tate2013-06-251-3/+6
|\ \ \ | |/ / |/| / | |/
| * am 3e7d0344: Merge "Avoid adding FORWARD_LOCK flag to an updated system app"Christopher Tate2013-06-241-3/+6
| |\
| | * Merge "Avoid adding FORWARD_LOCK flag to an updated system app"Christopher Tate2013-06-241-3/+6
| | |\
| | | * Avoid adding FORWARD_LOCK flag to an updated system appMasanori Ogino2012-05-071-3/+6
| | * | Remove keystore entries when app data clearedKenny Root2013-04-151-23/+45
| | * | Check outInfo is not nullKenny Root2013-04-151-8/+10
* | | | Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-1/+2
* | | | Remove logging of KeySet parse errors.Geremy Condra2013-06-211-13/+1
* | | | Merge "Stop spewing errors into the logs."Geremy Condra2013-06-182-3/+3
|\ \ \ \