diff options
Diffstat (limited to 'common-overlay')
-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" /> |