summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/PackageManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* am 9a212adc: Fix 2641875 Initialize the cache path only if the container exis...Suchi Amalapurapu2010-05-181-1/+3
|\
| * Fix 2641875Suchi Amalapurapu2010-05-181-1/+3
* | am aa77de13: Fix issue #2686193: Can\'t move apps to SD cardDianne Hackborn2010-05-141-2/+2
|\ \ | |/
| * Fix issue #2686193: Can't move apps to SD cardDianne Hackborn2010-05-141-2/+2
* | am c928a11e: Merge "Fix 2672155 Check the code path when enabling disabling p...Suchi Amalapurapu2010-05-131-3/+6
|\ \ | |/
| * Fix 2672155Suchi Amalapurapu2010-05-131-3/+6
* | am df7ccbc8: Merge "Fix 2656989. Clean up update to updated system applicatio...Suchi Amalapurapu2010-05-051-0/+12
|\ \ | |/
| * Fix 2656989. Clean up update to updated system applications.Suchi Amalapurapu2010-05-051-0/+12
* | merge from open-source masterThe Android Open Source Project2010-05-031-1/+1
|\ \ | |/ |/|
| * 'uses-library' was not working for persistent applications.Jey2010-04-291-1/+1
| * cherry pick d60e29009c1049a9776e6630e9489e1ef3f83491android-build SharedAccount2010-02-161-13/+0
* | Fix issue #2641875: Apps on sdcard not accesible after updateDianne Hackborn2010-04-291-2/+1
* | Fix issue #2569139: Sapphire user cannot login to last.fm...Dianne Hackborn2010-04-281-9/+10
* | Fix typo when parsing external platform version from Settings.Bryan Mawhinney2010-04-231-2/+1
* | Fix PM crash due to bad array bookkeeping logic.Jeff Brown2010-04-201-1/+1
* | Remove native binaries when an updated system application is upgraded through...David 'Digit' Turner2010-04-151-14/+66
* | Revert "Add ordered broadcast when removing packages."Suchi Amalapurapu2010-04-141-29/+27
* | Dont fall back to installing on sdcard when internal storage is filled upSuchi Amalapurapu2010-04-141-1/+0
* | Add ordered broadcast when removing packages.Suchi Amalapurapu2010-04-141-28/+31
* | Fix issue #593153: Broadcast time out when sending...Dianne Hackborn2010-04-141-4/+6
* | Fix crashes related to unmounting when app on sdcard has an active notificationSuchi Amalapurapu2010-04-131-64/+101
* | Improve robustness of package manager certificate collection.Jeff Brown2010-04-081-8/+17
* | Fix issue #2541849: System crash when an app with active notifications...Dianne Hackborn2010-04-071-21/+29
* | Fix 2579461Suchi Amalapurapu2010-04-071-1/+23
* | Fix 2578016.Suchi Amalapurapu2010-04-071-73/+92
* | Fix issue #2569139: Cannot login to last.fm after upgrade from Donut to FRF01BDianne Hackborn2010-04-061-2/+52
* | 2568467 System crash when installing corrupt APKDianne Hackborn2010-04-051-0/+3
* | Handle exceptions when doing dexopt.Suchi Amalapurapu2010-04-011-1/+7
* | Change certificate policy.Suchi Amalapurapu2010-03-311-180/+69
* | Fix issue #2558391: Package manager problem when not replacing existing syste...Dianne Hackborn2010-03-311-1/+12
* | Show SD unavailable icon for apps on SD when ejected.Jeff Brown2010-03-301-6/+7
* | 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