summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYury Zhauniarovich <y.zhalnerovich@gmail.com>2015-12-14 22:03:44 +0300
committerYury Zhauniarovich <y.zhalnerovich@gmail.com>2015-12-14 22:03:44 +0300
commitb187bdb6365dec848973b5ad4b714d2c1fccfec1 (patch)
tree731e2fc204b447d36f9976665beea1d0ca3bacf3 /AndroidManifest.xml
parent7c772300cb683faf20cb6631136f64f482dd6da3 (diff)
downloadTvProvider-b187bdb6365dec848973b5ad4b714d2c1fccfec1.tar.gz
Permission protection level changed from signature|system, which is deprecated to signature|privileged. Change-Id: Ifda465f3a83af779ff027d1657c665674e0bc3d1 Signed-off-by: Yury Zhauniarovich <y.zhalnerovich@gmail.com>
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 fbcf9e7..7484aed 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,14 +39,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" />