summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7f94aea..a24e599 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,14 +44,14 @@
<!-- Allows an application to read and write all TV channel/program data.
@hide -->
<permission android:name="com.android.providers.tv.permission.ACCESS_ALL_EPG_DATA"
- android:protectionLevel="signatureOrSystem"
+ android:protectionLevel="signature|privileged"
android:label="@string/permlab_accessAllEpgData"
android:description="@string/permdesc_accessAllEpgData" />
<!-- Allows an application to read and write watched programs data.
@hide -->
<permission android:name="com.android.providers.tv.permission.ACCESS_WATCHED_PROGRAMS"
- android:protectionLevel="signatureOrSystem"
+ android:protectionLevel="signature|privileged"
android:label="@string/permlab_accessWatchedPrograms"
android:description="@string/permdesc_accessWatchedPrograms" />