summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2015-09-11 18:19:36 -0700
committerJae Seo <jaeseo@google.com>2015-09-11 18:34:36 -0700
commit0a3cf4371c83f1e3abe5993bccae78dd27ca6027 (patch)
tree83bb73c48a438b0384d30fe9f5ad704c607be740
parent12355b83c1f6c1d01d5bc8304fa48e7f7a8e6efd (diff)
downloadTvProvider-0a3cf4371c83f1e3abe5993bccae78dd27ca6027.tar.gz
Change permission strings to comply with the system permission UI
Bug: 24004374 Change-Id: I53b57643d23f50c3bbf03889c4ef1ce420c13b34
-rw-r--r--res/values/strings.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 48792da..26cf92b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -22,7 +22,7 @@
<string name="permlab_readTvListings">read all TV listings</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_readTvListings">Allows the app to read all the TV listings stored on your device.</string>
+ <string name="permdesc_readTvListings">read all TV listings available on your device</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this.
@@ -31,26 +31,26 @@
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this.
@deprecated -->
- <string name="permdesc_readEpgData">Allows the app to read its own TV listings stored on your device.</string>
+ <string name="permdesc_readEpgData">read TV listings</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_writeEpgData">write TV listings</string>
+ <string name="permlab_writeEpgData">provide TV listings</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_writeEpgData">Allows the app to write its own TV listings on your device storage.</string>
+ <string name="permdesc_writeEpgData">provide TV listings</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_accessAllEpgData">access all listings</string>
+ <string name="permlab_accessAllEpgData">access all TV listings</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_accessAllEpgData">Allows the app to read and write all the TV listings stored on your device.</string>
+ <string name="permdesc_accessAllEpgData">read and modify all TV listings available on your device</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_accessWatchedPrograms">access TV watch history</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_accessWatchedPrograms">Allows the app to read and write your TV watch history. Malicious apps may collect your private watch history.</string>
+ <string name="permdesc_accessWatchedPrograms">access your TV watch history</string>
</resources>