diff options
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/storage_list.xml b/overlay/frameworks/base/core/res/res/xml/storage_list.xml index fea5008..a96fca9 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -39,7 +39,7 @@ android:emulated="true" android:mtpReserve="100" /> - <storage android:mountPoint="/mnt/extsdcard" + <storage android:mountPoint="/mnt/extSdCard" android:storageDescription="@string/storage_sd_card" android:primary="false" android:removable="true" /> |