summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/xml/storage_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/frameworks/base/core/res/res/xml/storage_list.xml')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml4
1 files changed, 3 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 806edda..9670ba5 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -29,6 +29,7 @@
mtpReserve: (integer) number of megabytes of storage MTP should reserve for free storage
(used for emulated storage that is shared with system's data partition)
allowMassStorage: (boolean) true if this volume can be shared via USB mass storage
+ maxFileSize: (integer) maximum file size in megabytes
A storage should not have both emulated and removable set to true
-->
@@ -38,5 +39,6 @@
<storage android:mountPoint="/mnt/sdcard"
android:storageDescription="@string/storage_usb"
android:primary="true"
- android:allowMassStorage="true" />
+ android:allowMassStorage="true"
+ android:maxFileSize="4096" />
</StorageList>