summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2015-06-22 21:55:06 -0700
committerJae Seo <jaeseo@google.com>2015-06-22 22:03:23 -0700
commit2ff926c4c6a7d848467781f0080ec43ba9adffb7 (patch)
tree4bed8cb33d9d469a4d395f8f92f678951c515933 /res
parent55d8e67f7f32598f9cc7ae7e28269369ec0271d6 (diff)
downloadTvProvider-2ff926c4c6a7d848467781f0080ec43ba9adffb7.tar.gz
Reboot the EPG permissions
Remove both READ_EPG_DATA and WRITE_EPG_DATA permissions that have not been used effectively and instead add a new READ_TV_LISTINGS permission that allows EPG apps to access the TV listings from all channel sources. Bug: 20124415 Change-Id: Ic83ad99664dfcecf0dde33a34f2c79d953deac77
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2287f7a..6e31bae 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -19,17 +19,10 @@
<!-- 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 programming</string>
+ <string name="permlab_readTvListings">read 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_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 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 stored on your device.</string>
+ <string name="permdesc_readTvListings">Allows the app to read the TV listings 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. -->