diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-26 18:16:50 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-26 18:16:50 +0000 |
commit | ef2241563f8b15491fda198b49fe58e0ec316bfe (patch) | |
tree | 3978bf16ccf08da743189ba46698498662a0347b /core | |
parent | 10fe85739f8f87fedf474f5f1cc4b0caeece8039 (diff) | |
parent | 6e85d24210c4966e4a76ff3b099566dd45398e91 (diff) | |
download | frameworks_base-ef2241563f8b15491fda198b49fe58e0ec316bfe.zip frameworks_base-ef2241563f8b15491fda198b49fe58e0ec316bfe.tar.gz frameworks_base-ef2241563f8b15491fda198b49fe58e0ec316bfe.tar.bz2 |
Merge "Update external storage permission strings." into klp-dev
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 8 |
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> |