diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-24 08:18:10 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-24 08:18:10 +0100 |
commit | a0c4cc2fb9b27891df96fb4552858999e354b812 (patch) | |
tree | aae96f8343f2a08f4c5cd3c3b548077b908471df /common-overlay/frameworks | |
parent | c37c6f854e172811aaa73cecb9c1b8c8124405aa (diff) | |
download | device_samsung_p5100-a0c4cc2fb9b27891df96fb4552858999e354b812.zip device_samsung_p5100-a0c4cc2fb9b27891df96fb4552858999e354b812.tar.gz device_samsung_p5100-a0c4cc2fb9b27891df96fb4552858999e354b812.tar.bz2 |
common: update emulated storage
Change-Id: I5f088afc76a6fc2f2e1dd74d16cdb1821eadd7b7
Diffstat (limited to 'common-overlay/frameworks')
-rw-r--r-- | common-overlay/frameworks/base/core/res/res/xml/storage_list.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/xml/storage_list.xml b/common-overlay/frameworks/base/core/res/res/xml/storage_list.xml index 30c5bd6..c902ee3 100644 --- a/common-overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/common-overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -33,9 +33,9 @@ --> <StorageList xmlns:android="http://schemas.android.com/apk/res/android"> - <storage android:mountPoint="/storage/sdcard0" + <!-- internal emulated storage --> + <storage android:storageDescription="@string/storage_internal" - android:primary="true" android:emulated="true" android:mtpReserve="100" /> |