summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2015-06-20 17:20:41 -0700
committerJae Seo <jaeseo@google.com>2015-06-20 17:23:08 -0700
commit1a5b1df8e25704da8bb6815f693eada5d81779f7 (patch)
tree3689ec1f12f38661f9659e609d6b7a110fcbc190
parent818386592bd39f53b7a190c5866b20c314b86187 (diff)
downloadTvProvider-1a5b1df8e25704da8bb6815f693eada5d81779f7.tar.gz
Modify the permission descriptions
Needed to fit the descriptions of READ_EPG_DATA and WRITE_EPG_DATA in the Settings > App permissions side panel. Bug: 21972756 Change-Id: I2005ae8c3497d09cae7e8811dc76067a88e89740
-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>