summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-09 17:23:35 -0700
committerJeff Sharkey <jsharkey@android.com>2012-04-10 10:58:43 -0700
commitf8f5a1983e4fbf49ab8b57509987a19ed38aa69e (patch)
tree565e93f164b8f85f01ec6f63284444f9d406c22f /overlay
parenteda76f24d90dba04610857bcc6511686112aa899 (diff)
downloaddevice_samsung_crespo-f8f5a1983e4fbf49ab8b57509987a19ed38aa69e.zip
device_samsung_crespo-f8f5a1983e4fbf49ab8b57509987a19ed38aa69e.tar.gz
device_samsung_crespo-f8f5a1983e4fbf49ab8b57509987a19ed38aa69e.tar.bz2
Organize external storage to enforce sdcard_r.
Create /storage/ to require that users have sdcard_r GID, and place both emulated and real SD card mount points inside it. Also reduce visibility of /data/media. Bug: 6131916 Change-Id: I088218e7df131dc206356f33174abc0702d9b271
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml2
1 files changed, 1 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 9670ba5..3df9d42 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -36,7 +36,7 @@
<StorageList xmlns:android="http://schemas.android.com/apk/res/android">
<!-- removable is not set in nosdcard product -->
- <storage android:mountPoint="/mnt/sdcard"
+ <storage android:mountPoint="/storage/sdcard0"
android:storageDescription="@string/storage_usb"
android:primary="true"
android:allowMassStorage="true"