summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm/PackageManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Single-user restrictions"Amith Yamasani2013-06-261-32/+133
|\ \
| * | Single-user restrictionsAmith Yamasani2013-06-251-32/+133
* | | 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
| | * | Remove keystore entries when package removedKenny Root2013-04-021-0/+13
| | * | Proper security labeling of multi-user data directories.rpcraig2013-03-251-1/+1
| | * | Add seinfo parsing to PackageManagerService.Robert Craig2013-03-251-4/+15
* | | | Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-1/+2
* | | | Some system apps are more system than othersChristopher Tate2013-06-171-15/+37
* | | | Add new API to retrieve a dumpsys of a single package.Dianne Hackborn2013-06-111-14/+18
* | | | Add more details about why a force stop is happening.Dianne Hackborn2013-05-281-6/+6
* | | | New ArrayMap class.Dianne Hackborn2013-05-241-1/+1
* | | | am 46449b8b: am d31db759: Merge "Fix issue #9000597: PackageManager get NPE w...Dianne Hackborn2013-05-171-2/+2
|\| | |
| * | | Fix issue #9000597: PackageManager get NPE while running performance planDianne Hackborn2013-05-171-2/+2
* | | | am f0571539: am f95fdc97: Merge "Maintain restrictions when downgrading syste...Christopher Tate2013-05-141-23/+112
|\| | |
| * | | Maintain restrictions when downgrading system appsChristopher Tate2013-05-141-23/+112
* | | | Improve watchdog error reporting.Dianne Hackborn2013-05-131-0/+2
* | | | am 4c41f6cd: am 856a5a86: Merge "Fix issue #8768456: Settings > App Info unde...Dianne Hackborn2013-05-021-3/+7
|\| | |
| * | | Merge "Fix issue #8768456: Settings > App Info under reports..." into jb-mr2-devDianne Hackborn2013-05-021-3/+7
| |\ \ \
| | * | | Fix issue #8768456: Settings > App Info under reports...Dianne Hackborn2013-05-021-3/+7
* | | | | am 77a66f44: am b8453357: Merge "Send package-changed broadcasts to the corre...Christopher Tate2013-05-021-17/+88
|\| | | |
| * | | | Send package-changed broadcasts to the correct usersChristopher Tate2013-05-021-17/+88
* | | | | am bd5fca23: am eed8411c: Merge "Bootstrap installed system apps only when th...Christopher Tate2013-05-011-14/+14
|\| | | |
| * | | | Bootstrap installed system apps only when the target user is runningChristopher Tate2013-05-011-14/+14
| |/ / /
* | | | am 6e629e84: am 95a9bfe2: When installing/enabling a system app, bootstrap itChristopher Tate2013-04-301-0/+18
|\| | |
| * | | When installing/enabling a system app, bootstrap itChristopher Tate2013-04-301-0/+18
* | | | am 12cff6f6: am 10a25c0a: Merge "Remove keystore entries when app data cleare...Kenny Root2013-04-121-23/+45
|\| | |
| * | | Remove keystore entries when app data clearedKenny Root2013-04-121-23/+45
* | | | am 04f5c8cb: am 790518a1: Merge "Implicitly enable system apps when updates i...Christopher Tate2013-04-101-0/+18
|\| | |
| * | | Merge "Implicitly enable system apps when updates installed" into jb-mr2-devChristopher Tate2013-04-101-0/+18
| |\ \ \
| | * | | Implicitly enable system apps when updates installedChristopher Tate2013-04-091-0/+18
* | | | | resolved conflicts for merge of e9b4ee69 to masterDianne Hackborn2013-04-091-13/+38
|\| | | |
| * | | | Merge "Kill processes when permissions are revoked." into jb-mr2-devDianne Hackborn2013-04-091-13/+38
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Kill processes when permissions are revoked.Dianne Hackborn2013-04-081-13/+38
* | | | | am b3be67ce: am 0eee410e: Merge "Check outInfo is not null" into jb-mr2-devKenny Root2013-04-081-8/+10
|\| | | |
| * | | | Check outInfo is not nullKenny Root2013-04-081-8/+10
| |/ / /
* | | | resolved conflicts for merge of 2ab72e1f to masterBen Gruver2013-04-031-4/+6
|\| | |
| * | | Merge "Initial implementation of IntentFirewall functionality" into jb-mr2-devBen Gruver2013-04-031-4/+6
| |\ \ \
| | * | | Initial implementation of IntentFirewall functionalityBen Gruver2013-04-021-4/+6
* | | | | am 26bb9c95: am 0d17aaa5: Merge "Grant optional permissions by default for sy...Nick Kralevich2013-04-031-7/+16
|\| | | |
| * | | | Merge "Grant optional permissions by default for system apps." into jb-mr2-devNick Kralevich2013-04-031-7/+16
| |\ \ \ \
| | * | | | Grant optional permissions by default for system apps.Nick Kralevich2013-04-031-7/+16
* | | | | | am 6812059b: am d72317ab: Remove keystore entries when package removedKenny Root2013-04-031-1/+14
|\| | | | |
| * | | | | Remove keystore entries when package removedKenny Root2013-04-031-1/+14
| |/ / / /
* | | | | am d2cc888c: am 55cfcd75: Merge "doSignaturePermission -> grantSignaturePermi...Nick Kralevich2013-04-021-2/+2
|\| | | |