diff options
author | Mike Lockwood <lockwood@android.com> | 2011-07-11 09:18:03 -0400 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2011-07-11 13:40:02 -0400 |
commit | 7a59dd2ce33b46cbc73eef964ddb4272ea1da8d1 (patch) | |
tree | 62b6fa4be7f8904e07742a03f82cdf4b680b02ef /core/res | |
parent | b7440a140b650932bf31cf51d3b87c3249e3b682 (diff) | |
download | frameworks_base-7a59dd2ce33b46cbc73eef964ddb4272ea1da8d1.zip frameworks_base-7a59dd2ce33b46cbc73eef964ddb4272ea1da8d1.tar.gz frameworks_base-7a59dd2ce33b46cbc73eef964ddb4272ea1da8d1.tar.bz2 |
MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system
Bug: 4561836
Change-Id: I2bffb93b032038f6c220c24c752ccd7ca66c23a0
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'core/res')
-rwxr-xr-x | core/res/res/values/attrs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 4bc59e4..9c2133f 100755 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -5318,6 +5318,8 @@ <attr name="mtpReserve" format="integer" /> <!-- true if the storage can be shared via USB mass storage --> <attr name="allowMassStorage" format="boolean" /> + <!-- maximum file size for the volume in megabytes, zero or unspecified if it is unbounded --> + <attr name="maxFileSize" format="integer" /> </declare-styleable> <declare-styleable name="SwitchPreference"> |