summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-05-14 20:51:05 -0700
committerJeff Sharkey <jsharkey@android.com>2012-05-14 20:53:11 -0700
commitcaf15613c29870850da952e51aaebb8b84867c49 (patch)
treec17a8e5423921ec4b4fc138db9600e06f921649c /res/menu
parente5050b1be72c5552bfc9c734d5a0e89f215bed62 (diff)
downloadpackages_apps_Settings-caf15613c29870850da952e51aaebb8b84867c49.zip
packages_apps_Settings-caf15613c29870850da952e51aaebb8b84867c49.tar.gz
packages_apps_Settings-caf15613c29870850da952e51aaebb8b84867c49.tar.bz2
Enforce READ_EXTERNAL in Developer Options.
Move from Storage to Developer Options, and add interstitial dialog with more details. Bug: 6461446 Change-Id: I6d3d8fdc61a3e920ed58ab4d726949ac3c31feab
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/storage.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/menu/storage.xml b/res/menu/storage.xml
index fa9639c..2e4c660 100644
--- a/res/menu/storage.xml
+++ b/res/menu/storage.xml
@@ -18,8 +18,4 @@
<item
android:id="@+id/storage_usb"
android:title="@string/storage_menu_usb" />
- <item
- android:id="@+id/storage_enforce_read_external"
- android:title="@string/storage_menu_enforce_read_external"
- android:checkable="true" />
</menu>