summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2010-02-23 19:37:45 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-02-24 11:31:36 -0800
commitcf6eaeaae9e6745dd6e07540812c79821d7043c2 (patch)
treefe1224c5b492a8ad09d00e167b66a45413fb3d73 /cmds
parent2a399f066d4f3870385002cdcda8082a0eeeb770 (diff)
downloadframeworks_base-cf6eaeaae9e6745dd6e07540812c79821d7043c2.zip
frameworks_base-cf6eaeaae9e6745dd6e07540812c79821d7043c2.tar.gz
frameworks_base-cf6eaeaae9e6745dd6e07540812c79821d7043c2.tar.bz2
Some framework fixes for apps on sd
change hard coded path in installd fix tests Work around for renaming containers. Do forced unmount when destroying containers. Force a gc in default container service to release handle to parsed package and thus avoid getting killed by vold Some cosmetic changes to PackageManager api. Unit tests for renaming container for MountService Remove internal size limit on app to be installed.
Diffstat (limited to 'cmds')
-rw-r--r--cmds/installd/installd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h
index 92ae310..66f3676 100644
--- a/cmds/installd/installd.h
+++ b/cmds/installd/installd.h
@@ -68,7 +68,7 @@
/* other handy constants */
#define PROTECTED_DIR_PREFIX "/data/app-private/"
-#define SDCARD_DIR_PREFIX "/asec/"
+#define SDCARD_DIR_PREFIX "/mnt/asec/"
#define DALVIK_CACHE_PREFIX "/data/dalvik-cache/"
#define DALVIK_CACHE_POSTFIX "/classes.dex"