DO NOT MERGE: Change permission strings to comply with the system permission UI

Bug: 24776049
Change-Id: I53b57643d23f50c3bbf03889c4ef1ce420c13b34
(cherry picked from commit 0a3cf4371c83f1e3abe5993bccae78dd27ca6027)
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>