summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/PackageManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | am 21f15f68: am a77acab9: Merge "Handle exceptions when doing dexopt." into f...Suchi Amalapurapu2010-04-021-1/+7
|\ \ \ | |/ /
| * | Handle exceptions when doing dexopt.Suchi Amalapurapu2010-04-011-1/+7
* | | am 1aa64b53: am ae18171a: Change certificate policy.Suchi Amalapurapu2010-03-311-180/+69
|\ \ \ | |/ /
| * | Change certificate policy.Suchi Amalapurapu2010-03-311-180/+69
* | | am bc50bdca: am e259bc77: Fix issue #2558391: Package manager problem when no...Dianne Hackborn2010-03-311-1/+12
|\ \ \ | |/ /
| * | Fix issue #2558391: Package manager problem when not replacing existing syste...Dianne Hackborn2010-03-311-1/+12
* | | Fix a previous bad merge.Jeff Brown2010-03-311-1/+1
* | | resolved conflicts for merge of d9ee01a9 to krakenJeff Brown2010-03-301-7/+8
|\ \ \ | |/ /
| * | Show SD unavailable icon for apps on SD when ejected.Jeff Brown2010-03-301-6/+7
* | | am ab86fc91: am de2722af: Merge "Package manager optimizations." into froyoDianne Hackborn2010-03-301-38/+138
|\ \ \ | |/ /
| * | Package manager optimizations.Dianne Hackborn2010-03-301-38/+138
| * | DO NOT MERGEOscar Montemayor2010-03-291-47/+11
|/ /
* | Fix issue #2540920: connectivity issues with tripit/pandoraDianne Hackborn2010-03-241-0/+3
* | Clean up stale containers if needed at install time.Suchi Amalapurapu2010-03-241-2/+13
* | Add new activity manager method to get list of running applications installed...Suchi Amalapurapu2010-03-231-36/+38
* | Fix bug where group IDs were not being assigned during boot.Dianne Hackborn2010-03-231-1/+7
* | Don't delete stale containers on sdcard.Suchi Amalapurapu2010-03-231-3/+2
* | Fix restoring of permissions after a reboot.Dianne Hackborn2010-03-221-23/+5
* | Add new method call back in MountService.Suchi Amalapurapu2010-03-221-25/+31
* | Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-1/+2
* | Grant permissions to apps on sd when enabling/disabling packages.Suchi Amalapurapu2010-03-191-0/+2
* | Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FR...Dianne Hackborn2010-03-181-24/+11
* | Switch default install location to unspecified.Suchi Amalapurapu2010-03-181-7/+6
* | Rework permissions to be retained when an app is temporarily uninstalled.Dianne Hackborn2010-03-181-115/+359
* | Add new install flag to install on internal flash onlySuchi Amalapurapu2010-03-171-8/+18
* | Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-16/+46
* | Fix NPE when clearing preferred packages.Dianne Hackborn2010-03-111-192/+241
* | Need to keep new package's cert when using original-package.Dianne Hackborn2010-03-111-0/+4
* | Applications should -not- be able to set preferred activities.Dianne Hackborn2010-03-101-3/+7
* | Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_ST...Suchi Amalapurapu2010-03-101-8/+8
* | Add conditions to check for updated system applications. Restrict themSuchi Amalapurapu2010-03-091-4/+65
* | Refactor android.backup => android.app.backupChristopher Tate2010-03-051-1/+1
* | Add null checks for stringsSuchi Amalapurapu2010-03-051-41/+45
* | Fix persisting flags for apps with data onlySuchi Amalapurapu2010-03-041-16/+30
* | Allow multiple original-package tags.Dianne Hackborn2010-03-031-28/+36
* | Rework the way PackageManager binds to default container service.Suchi Amalapurapu2010-03-031-223/+359
* | Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn2010-02-261-2/+2
* | Remove public variables in PackageManagerSuchi Amalapurapu2010-02-261-14/+18
* | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-2/+2
* | Add new handler mechanism in MountService to make unmount api asynchronous.Suchi Amalapurapu2010-02-241-7/+18
* | Some framework fixes for apps on sdSuchi Amalapurapu2010-02-241-47/+81
* | Fix some random bugs.Dianne Hackborn2010-02-221-3/+15
* | Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-221-0/+12
* | Fix crash: check for install failure cleanlyChristopher Tate2010-02-191-1/+3
* | Automatically restore app data at install timeChristopher Tate2010-02-191-29/+113
* | Move package from internal to external and vice versa.Suchi Amalapurapu2010-02-191-113/+392
* | Move mount service wrapper calls to PackageHelperSuchi Amalapurapu2010-02-161-215/+33
* | Include install location preference when installing packages.Suchi Amalapurapu2010-02-121-61/+107
* | Add APIs for mapping between new and current package names.Dianne Hackborn2010-02-111-0/+22
* | New implementation of <original-package> tag.Dianne Hackborn2010-02-111-128/+276