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_readTvListings">read all TV listings</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_readTvListings">read all TV listings available 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 @deprecated --> 30 <string name="permlab_readEpgData" translatable="false">read TV listings</string> 31 <!-- Description of an application permission, listed so the user can choose 32 whether they want to allow the application to do this. 33 @deprecated --> 34 <string name="permdesc_readEpgData" translatable="false">read TV listings</string> 35 36 <!-- Title of an application permission, listed so the user can choose 37 whether they want to allow the application to do this. --> 38 <string name="permlab_writeEpgData" translatable="false">provide TV listings</string> 39 <!-- Description of an application permission, listed so the user can choose 40 whether they want to allow the application to do this. --> 41 <string name="permdesc_writeEpgData" translatable="false">provide TV listings</string> 42 43 <!-- Title of an application permission, listed so the user can choose 44 whether they want to allow the application to do this. --> 45 <string name="permlab_accessAllEpgData" translatable="false">access all TV listings</string> 46 <!-- Description of an application permission, listed so the user can choose 47 whether they want to allow the application to do this. --> 48 <string name="permdesc_accessAllEpgData" translatable="false">read and modify all TV listings available on your device</string> 49 50 <!-- Title of an application permission, listed so the user can choose 51 whether they want to allow the application to do this. --> 52 <string name="permlab_accessWatchedPrograms" translatable="false">access TV watch history</string> 53 <!-- Description of an application permission, listed so the user can choose 54 whether they want to allow the application to do this. --> 55 <string name="permdesc_accessWatchedPrograms" translatable="false">access your TV watch history</string> 56 </resources> 57