summaryrefslogtreecommitdiffstats
path: root/packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-1/+1
|\
| * Quiet down a lot of logging.Dianne Hackborn2012-11-271-1/+1
* | DefaultContainerService: implement additional methodsPawit Pornkitprasan2012-12-131-0/+46
|/
* Try to free cache before giving up on installKenny Root2012-10-181-0/+15
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-2/+2
* Always bind to DefaultContainerService as OWNER.Jeff Sharkey2012-09-231-7/+9
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-4/+8
* Fix issue #6761130: Clearing app data in settings does not clear app's USB st...Dianne Hackborn2012-06-291-0/+10
* Change thread priority for disk measurement to bgKenny Root2012-05-141-0/+4
* Use long instead of int for file offsetsKenny Root2012-05-101-7/+18
* Add encryption parameters to package installationAnonymous Coward2012-05-071-58/+218
* Fix some problems with ASECsKenny Root2012-05-021-2/+9
* Allow forward locked apps to be in ASECsKenny Root2012-04-251-42/+78
* Expose statfs() through IMediaContainerService.Jeff Sharkey2012-04-221-0/+16
* Allow non-required package verifiersKenny Root2011-09-231-0/+1
* Fix external size calculationsKenny Root2011-08-151-3/+3
* Better errors from copyResourceKenny Root2011-08-101-53/+53
* Better error codes for missing filesKenny Root2011-08-031-71/+123
* Move extract native libraries to JNI codeKenny Root2011-07-261-28/+1
* Revise free space checks for package installsKenny Root2011-03-141-146/+163
* Erase OBB files when removing packagesKenny Root2011-01-181-0/+1
* Put externalSize measurements in PackageStatsKenny Root2011-01-161-2/+7
* Add measurement API to DefaultContainerServiceKenny Root2010-12-041-0/+5
* Add API to check for emulated external storageKenny Root2010-10-121-1/+1
* Hash keys with MD5; track IBinders not IInterfaceKenny Root2010-09-301-1/+1
* Update OBB API to include callbacksKenny Root2010-09-281-1/+6
* Allow native shared libraries in ASEC containersKenny Root2010-08-271-6/+75
* Move OBB file reading to DefaultContainerServiceKenny Root2010-08-111-0/+6
* Do not deference before null checkKenny Root2010-08-021-2/+1
* Fix error code when media is filled up.Suchi Amalapurapu2010-04-221-1/+1
* Dont fall back to installing on sdcard when internal storage is filled upSuchi Amalapurapu2010-04-141-3/+0
* Fix 2579461Suchi Amalapurapu2010-04-071-18/+12
* Add new install flag to install on internal flash onlySuchi Amalapurapu2010-03-171-62/+89
* Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-19/+58
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-3/+3
* Add conditions to check for updated system applications. Restrict themSuchi Amalapurapu2010-03-091-86/+67
* Null check for scheme.Suchi Amalapurapu2010-03-031-33/+60
* Rework the way PackageManager binds to default container service.Suchi Amalapurapu2010-03-031-50/+29
* Some framework fixes for apps on sdSuchi Amalapurapu2010-02-241-3/+5
* Move package from internal to external and vice versa.Suchi Amalapurapu2010-02-191-2/+6
* Move mount service wrapper calls to PackageHelperSuchi Amalapurapu2010-02-161-121/+22
* Include install location preference when installing packages.Suchi Amalapurapu2010-02-121-2/+145
* New external storage APIs.Dianne Hackborn2010-02-091-2/+39
* Framework: Clean up / Refactor Mount APIsSan Mehat2010-02-091-6/+6
* Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-3/+10
* DefaultContainerService: Refactor MountService calls (new api)San Mehat2010-02-021-39/+34
* AppsOnSd feature - Add default containerSuchi Amalapurapu2010-01-271-0/+305