summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-09-26 11:01:56 -0700
committerJeff Sharkey <jsharkey@android.com>2013-09-26 11:01:56 -0700
commit6e85d24210c4966e4a76ff3b099566dd45398e91 (patch)
treebf8b0dfb9b9ca5375e47b08532b797bd9a59e249
parent2a030b05a978281147df4d1cc4f12bc8d61c0729 (diff)
downloadframeworks_base-6e85d24210c4966e4a76ff3b099566dd45398e91.zip
frameworks_base-6e85d24210c4966e4a76ff3b099566dd45398e91.tar.gz
frameworks_base-6e85d24210c4966e4a76ff3b099566dd45398e91.tar.bz2
Update external storage permission strings.
Bug: 10681853 Change-Id: I92ee1a349b1dd5fcd08d1e7cb936a77774d72da6
-rw-r--r--core/res/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index c20c427..d0c24e2 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1876,13 +1876,13 @@
user dictionary.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
- <string name="permlab_sdcardRead" product="nosdcard">test access to protected storage</string>
+ <string name="permlab_sdcardRead" product="nosdcard">read the contents of your USB storage</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permlab_sdcardRead" product="default">test access to protected storage</string>
+ <string name="permlab_sdcardRead" product="default">read the contents of your SD card</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
- <string name="permdesc_sdcardRead" product="nosdcard">Allows the app to test a permission for USB storage that will be available on future devices. </string>
+ <string name="permdesc_sdcardRead" product="nosdcard">Allows the app to read the contents of your USB storage.</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permdesc_sdcardRead" product="default">Allows the app to test a permission for the SD card that will be available on future devices.</string>
+ <string name="permdesc_sdcardRead" product="default">Allows the app to read the contents of your SD card.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=30] -->
<string name="permlab_sdcardWrite" product="nosdcard">modify or delete the contents of your USB storage</string>