From 8b30aa01bcbc129f65a8103937753caf3aba916a Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Mon, 11 Jul 2011 09:23:20 -0400 Subject: Set 4GB max file size for SD card to match FAT32 limit Bug: 4561836 Change-Id: Iad8995349e2a48aabba82b362948b8cc78a89fe5 Signed-off-by: Mike Lockwood --- overlay/frameworks/base/core/res/res/xml/storage_list.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'overlay') 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 @@ + android:allowMassStorage="true" + android:maxFileSize="4096" /> -- cgit v1.1