summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2015-06-21 22:34:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-21 22:34:45 +0000
commit7d11db1f60c9a1bee38bfa8d89036a862c46d25e (patch)
tree1a7199fd87633b185ed0d29a438316c66c8cdcba
parent95568a08e665feefa32cab509fd7fd5748da3e69 (diff)
parent1a5b1df8e25704da8bb6815f693eada5d81779f7 (diff)
downloadTvProvider-7d11db1f60c9a1bee38bfa8d89036a862c46d25e.tar.gz
Merge "Modify the permission descriptions" into mnc-dev
-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 2ddba24..2287f7a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -19,29 +19,29 @@
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permlab_readEpgData">read TV channel/program information</string>
+ <string name="permlab_readEpgData">read TV programming</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_readEpgData">Allows the app to read the TV channel/program information stored 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_writeEpgData">write TV channel/program information</string>
+ <string name="permlab_writeEpgData">write TV programming</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 provide and modify the TV channel/program information on your device.</string>
+ <string name="permdesc_writeEpgData">Allows the app to provide and modify the TV channel/program information stored 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_accessAllEpgData">access all TV channel/program information</string>
+ <string name="permlab_accessAllEpgData">access all TV programming</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 TV channel/program data stored on your device.</string>
+ <string name="permdesc_accessAllEpgData">Allows the app to read and write all the TV channel/program information stored 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 watched TV program information</string>
+ <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 the list of TV programs you watched. Malicious apps may collect your private TV watch history.</string>
+ <string name="permdesc_accessWatchedPrograms">Allows the app to read and write your TV watch history. Malicious apps may collect your private watch history.</string>
</resources>