index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
DefaultContainerService
/
src
Age
Commit message (
Expand
)
Author
2012-08-24
Keep track of whether an app is installed for each user.
Dianne Hackborn
2012-06-29
Fix issue #6761130: Clearing app data in settings does not clear app's USB st...
Dianne Hackborn
2012-05-14
Change thread priority for disk measurement to bg
Kenny Root
2012-05-10
Use long instead of int for file offsets
Kenny Root
2012-05-07
Add encryption parameters to package installation
Anonymous Coward
2012-05-02
Fix some problems with ASECs
Kenny Root
2012-04-25
Allow forward locked apps to be in ASECs
Kenny Root
2012-04-22
Expose statfs() through IMediaContainerService.
Jeff Sharkey
2011-09-23
Allow non-required package verifiers
Kenny Root
2011-08-15
Fix external size calculations
Kenny Root
2011-08-10
Better errors from copyResource
Kenny Root
2011-08-03
Better error codes for missing files
Kenny Root
2011-07-26
Move extract native libraries to JNI code
Kenny Root
2011-03-14
Revise free space checks for package installs
Kenny Root
2011-01-18
Erase OBB files when removing packages
Kenny Root
2011-01-16
Put externalSize measurements in PackageStats
Kenny Root
2010-12-04
Add measurement API to DefaultContainerService
Kenny Root
2010-10-12
Add API to check for emulated external storage
Kenny Root
2010-09-30
Hash keys with MD5; track IBinders not IInterface
Kenny Root
2010-09-28
Update OBB API to include callbacks
Kenny Root
2010-08-27
Allow native shared libraries in ASEC containers
Kenny Root
2010-08-11
Move OBB file reading to DefaultContainerService
Kenny Root
2010-08-02
Do not deference before null check
Kenny Root
2010-04-22
Fix error code when media is filled up.
Suchi Amalapurapu
2010-04-14
Dont fall back to installing on sdcard when internal storage is filled up
Suchi Amalapurapu
2010-04-07
Fix 2579461
Suchi Amalapurapu
2010-03-17
Add new install flag to install on internal flash only
Suchi Amalapurapu
2010-03-16
Do storage checks before initiating a move.
Suchi Amalapurapu
2010-03-11
Add correct copyright headers to multiple files
Kenny Root
2010-03-10
Dont include code size for apps on sdcard.
Suchi Amalapurapu
2010-03-09
Add conditions to check for updated system applications. Restrict them
Suchi Amalapurapu
2010-03-03
Null check for scheme.
Suchi Amalapurapu
2010-03-03
Rework the way PackageManager binds to default container service.
Suchi Amalapurapu
2010-02-24
Some framework fixes for apps on sd
Suchi Amalapurapu
2010-02-19
Move package from internal to external and vice versa.
Suchi Amalapurapu
2010-02-16
Move mount service wrapper calls to PackageHelper
Suchi Amalapurapu
2010-02-12
Include install location preference when installing packages.
Suchi Amalapurapu
2010-02-09
New external storage APIs.
Dianne Hackborn
2010-02-09
Framework: Clean up / Refactor Mount APIs
San Mehat
2010-02-02
Apps on sdcard: Add new broadcasts
Suchi Amalapurapu
2010-02-02
DefaultContainerService: Refactor MountService calls (new api)
San Mehat
2010-01-27
AppsOnSd feature - Add default container
Suchi Amalapurapu