diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 3 |
1 files changed, 1 insertions, 2 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 9108fdc..b576f8a 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -43,8 +43,7 @@ android:storageDescription="@string/storage_sd_card" android:primary="false" android:removable="true" - android:allowMassStorage="true" - android:externalApps="true" /> + android:allowMassStorage="true" /> <storage android:mountPoint="/storage/usbdisk0" android:storageDescription="@string/storage_usb" |