summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYury Zhauniarovich <y.zhalnerovich@gmail.com>2016-06-21 12:28:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-21 12:28:10 +0000
commitaa9e7457467e0f8b7a5379f09709a0c66e67dfa4 (patch)
tree9f5501ed0ed49af04bfe29260f2846f137438d5c /AndroidManifest.xml
parent92678c759eba0d4c228d20c2b6354db808e2107e (diff)
parentb187bdb6365dec848973b5ad4b714d2c1fccfec1 (diff)
downloadTvProvider-aa9e7457467e0f8b7a5379f09709a0c66e67dfa4.tar.gz
Change signature|system permissions to signature|privileged
am: b187bdb636 Change-Id: I5128ab325463232d96212c005bb4db11ff0b39cc
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" />