summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Keep track of who has disabled applications.Dianne Hackborn2013-03-273-18/+45
| |/ / /
* | | | am f3dc9f0a: am df5e9fe1: Merge "Device Owner, a special kind of device admin...Amith Yamasani2013-03-262-31/+30
|\| | |
| * | | Merge "Device Owner, a special kind of device admin" into jb-mr2-devAmith Yamasani2013-03-262-31/+30
| |\ \ \
| | * | | Device Owner, a special kind of device adminAmith Yamasani2013-03-262-31/+30
* | | | | am d6c1394d: am 51163e3b: Merge "Add seinfo parsing to PackageManagerService....Geremy Condra2013-03-263-5/+290
|\| | | |
| * | | | Add seinfo parsing to PackageManagerService.Robert Craig2013-03-253-5/+291
| |/ / /
* | | | am d7afbeb5: am f00529d9: Merge "PackageManagerService: update grantPermissio...Nick Kralevich2013-03-251-20/+38
|\| | |
| * | | PackageManagerService: update grantPermission / revokePermissionNick Kralevich2013-03-251-20/+38
* | | | resolved conflicts for merge of 99755cd3 to masterAmith Yamasani2013-03-211-0/+154
|\| | |
| * | | Application restrictions APIAmith Yamasani2013-03-201-0/+154
* | | | am f5eaf95b: am 515c20be: Merge "PackageManagerService: honor requestedPermis...Nick Kralevich2013-03-191-7/+5
|\| | |
| * | | PackageManagerService: honor requestedPermissionsRequiredNick Kralevich2013-03-181-7/+5
* | | | am 0c42b580: am 53149acf: Merge "Implement limited shared libraries in apks."...Dianne Hackborn2013-03-122-210/+560
|\| | |
| * | | Implement limited shared libraries in apks.Dianne Hackborn2013-03-122-210/+560
* | | | Add check for UID reuse.Geremy Condra2013-03-081-1/+11
* | | | am 768c5c4d: am 18dd9b94: Merge "Use enabled/enabledSetting from PackageParse...Jeff Sharkey2013-03-061-8/+1
|\| | |
| * | | Use enabled/enabledSetting from PackageParser.Jeff Sharkey2013-03-061-8/+1
* | | | am 3eb3774f: am 67df64b3: Shared accounts and sharing of appsAmith Yamasani2013-03-062-32/+49
|\| | |
| * | | Shared accounts and sharing of appsAmith Yamasani2013-03-062-32/+49
* | | | am 40bbc3bb: Merge "Add location sharing toggle user restriction." into jb-mr...Maggie Benthall2013-02-251-0/+3
|\| | |
| * | | Merge "Add location sharing toggle user restriction." into jb-mr2-devMaggie Benthall2013-02-251-0/+3
| |\ \ \
| | * | | Add location sharing toggle user restriction.Maggie Benthall2013-02-251-0/+3
* | | | | Merge "Added the KeySetManager."Geremy Condra2013-02-255-1/+720
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added the KeySetManager.Geremy Condra2013-02-205-1/+720
| |/ / /
* / / / Lookup permission groups by nameRomain Guy2013-02-251-1/+1
|/ / /
* | | Hacks to fix lockdownGeoffrey Borggaard2013-02-121-0/+8
* | | Merge "App ops: cleanup, handle root and shell, perms."Dianne Hackborn2013-02-121-0/+2
|\ \ \
| * | | App ops: cleanup, handle root and shell, perms.Dianne Hackborn2013-02-111-0/+2
* | | | Starting point for User Restrictions APIAmith Yamasani2013-02-082-10/+108
|/ / /
* | | App ops: new operations for SMS.Dianne Hackborn2013-02-051-5/+2
* | | Maybe fix build.Dianne Hackborn2013-01-291-1/+1
* | | Improve configuration of default preferred apps.Dianne Hackborn2013-01-293-21/+156
* | | App ops: you can now turn off operations.Dianne Hackborn2013-01-251-2/+4
* | | Merge "Fix issue #7649720: ANR occur when OTA with lower version..."Dianne Hackborn2013-01-231-0/+7
|\ \ \
| * | | Fix issue #7649720: ANR occur when OTA with lower version...Dianne Hackborn2013-01-221-0/+7
* | | | Add new disabled state for "optional" built-in apps.Dianne Hackborn2013-01-222-2/+11
|/ / /
* | | Rework ParceledListSlice to be much easier to use.Dianne Hackborn2013-01-181-126/+83
* | | Merge "AppOps: fix nested op tracking, new API to get apps using permissions."Dianne Hackborn2013-01-171-0/+68
|\ \ \
| * | | AppOps: fix nested op tracking, new API to get apps usingDianne Hackborn2013-01-161-0/+68
* | | | Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani2013-01-161-4/+4
|/ / /
* | | Revert "App home directories are now 0700 for targetSdkVersion > 17"Nick Kralevich2013-01-093-29/+14
* | | App home directories are now 0700 for targetSdkVersion > 17Nick Kralevich2012-12-143-14/+29
* | | Merge "Remove unused code."Nick Kralevich2012-12-121-21/+0
|\ \ \ | |/ / |/| |
| * | Remove unused code.Nick Kralevich2012-12-121-21/+0
* | | 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
|\ \