summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRick C <rickfitsnugly@gmail.com>2012-12-03 07:19:45 -0500
committerZiyan <jaraidaniel@gmail.com>2014-12-13 00:38:36 +0100
commitfae109f1f0f9f90d8f3fe2b3aa62805331111bbc (patch)
tree5a82d1e7cba64acb36b7bfeae1dd83b37e25d191 /overlay
parent2562cd8211d9fc15a785d652a97f899e5e5d3e60 (diff)
downloaddevice_samsung_tuna-fae109f1f0f9f90d8f3fe2b3aa62805331111bbc.zip
device_samsung_tuna-fae109f1f0f9f90d8f3fe2b3aa62805331111bbc.tar.gz
device_samsung_tuna-fae109f1f0f9f90d8f3fe2b3aa62805331111bbc.tar.bz2
tuna: fix otg storage
Change-Id: I43289743602fc6cbb7faab6f28a7be164018a22b
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml5
1 files changed, 5 insertions, 0 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 344fe1e..0f1eb45 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -25,4 +25,9 @@
android:storageDescription="@string/storage_internal"
android:emulated="true"
android:mtpReserve="100" />
+ <!-- external USB OTG storage -->
+ <storage android:mountPoint="/storage/usbdisk"
+ android:storageDescription="@string/storage_usb"
+ android:primary="false"
+ android:removable="true" />
</StorageList>