1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2014 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 <resources> 17 <!-- This is the name of the TvProvider application. --> 18 <string name="app_label">TV Storage</string> 19 20 <!-- Title of an application permission, listed so the user can choose 21 whether they want to allow the application to do this. --> 22 <string name="permlab_readEpgData">read TV channel/program information</string> 23 <!-- Description of an application permission, listed so the user can choose 24 whether they want to allow the application to do this. --> 25 <string name="permdesc_readEpgData">Allows the app to read the TV channel/program information stored on your device.</string> 26 27 <!-- Title of an application permission, listed so the user can choose 28 whether they want to allow the application to do this. --> 29 <string name="permlab_writeEpgData">write TV channel/program information</string> 30 <!-- Description of an application permission, listed so the user can choose 31 whether they want to allow the application to do this. --> 32 <string name="permdesc_writeEpgData">Allows the app to provide and modify the TV channel/program information on your device.</string> 33 34 <!-- Title of an application permission, listed so the user can choose 35 whether they want to allow the application to do this. --> 36 <string name="permlab_accessAllEpgData">access all TV channel/program information</string> 37 <!-- Description of an application permission, listed so the user can choose 38 whether they want to allow the application to do this. --> 39 <string name="permdesc_accessAllEpgData">Allows the app to read and write all TV channel/program data stored on your device.</string> 40 41 <!-- Title of an application permission, listed so the user can choose 42 whether they want to allow the application to do this. --> 43 <string name="permlab_accessWatchedPrograms">access watched TV program information</string> 44 <!-- Description of an application permission, listed so the user can choose 45 whether they want to allow the application to do this. --> 46 <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> 47 </resources> 48