3
0
Fork 0

Add UMS support

This commit is contained in:
Espen Fjellvær Olsen 2012-08-12 19:15:23 +02:00
parent 0d0996cc02
commit 76f90bea44
1 changed files with 4 additions and 2 deletions

View File

@ -36,12 +36,14 @@
<storage android:mountPoint="/storage/sdcard0"
android:storageDescription="@string/storage_internal"
android:primary="true"
android:removable="false" />
android:removable="false"
android:allowMassStorage="true" />
<storage android:mountPoint="/storage/sdcard1"
android:storageDescription="@string/storage_sd_card"
android:primary="false"
android:removable="false" />
android:removable="false"
android:allowMassStorage="true" />
<storage android:mountPoint="/storage/usbdisk0"
android:storageDescription="@string/storage_usb"