summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml17
1 files changed, 4 insertions, 13 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d5fef15..fccd6cf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,17 +19,10 @@
<!-- Allows an application to read (but not write) the TV channel/program
data. -->
- <permission android:name="com.android.providers.tv.permission.READ_EPG_DATA"
+ <permission android:name="android.permission.READ_TV_LISTINGS"
android:protectionLevel="dangerous"
- android:label="@string/permlab_readEpgData"
- android:description="@string/permdesc_readEpgData" />
-
- <!-- Allows an application to write (but not read) the TV channel/program
- data. -->
- <permission android:name="com.android.providers.tv.permission.WRITE_EPG_DATA"
- android:protectionLevel="dangerous"
- android:label="@string/permlab_writeEpgData"
- android:description="@string/permdesc_writeEpgData" />
+ android:label="@string/permlab_readTvListings"
+ android:description="@string/permdesc_readTvListings" />
<!-- Allows an application to read and write all TV channel/program data.
@hide -->
@@ -53,9 +46,7 @@
android:name="TvProvider"
android:authorities="android.media.tv"
android:exported="true"
- android:syncable="true"
- android:readPermission="com.android.providers.tv.permission.READ_EPG_DATA"
- android:writePermission="com.android.providers.tv.permission.WRITE_EPG_DATA" />
+ android:syncable="true" />
<service android:name="EpgDataCleanupService" />
</application>