summaryrefslogtreecommitdiffstats
path: root/common-overlay/frameworks/base/core/res/res/xml/storage_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-overlay/frameworks/base/core/res/res/xml/storage_list.xml')
-rw-r--r--common-overlay/frameworks/base/core/res/res/xml/storage_list.xml8
1 files changed, 5 insertions, 3 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 383bace..4fd2907 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
@@ -35,9 +35,11 @@
<StorageList xmlns:android="http://schemas.android.com/apk/res/android">
<!-- internal emulated storage -->
<storage
- android:storageDescription="@string/storage_internal"
- android:emulated="true"
- android:mtpReserve="100" />
+ android:storageDescription="@string/storage_internal"
+ android:emulated="true"
+ android:primary="true"
+ android:mtpReserve="100" />
+
<storage android:mountPoint="/storage/sdcard1"
android:storageDescription="@string/storage_sd_card"
android:primary="false"