blob: 2ddba24ee3522660a0158c2778d05d4762b40b7d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- This is the name of the TvProvider application. -->
<string name="app_label">TV Storage</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_readEpgData">read TV channel/program information</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>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- 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>
</resources>