From d4757d896543c148636eef96a6b4a9682a9967d7 Mon Sep 17 00:00:00 2001 From: Andrew Dodd Date: Thu, 31 May 2012 22:19:25 -0400 Subject: n7000: Bring storage configuration in line with I9100/I777 Swaps /sdcard and /emmc in most cases Also permits USB OTG storage devices to work Change-Id: I44a60b7663ea918f5e4870606985d1cd6441aaa5 --- overlay/frameworks/base/core/res/res/xml/storage_list.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (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 0bca789..99dd14a 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -33,15 +33,17 @@ --> - + android:primary="false" + android:removable="false" + android:allowMassStorage="true" /> - + android:primary="true" + android:removable="false" + android:allowMassStorage="true" />