summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 3857cd1..0f772f1 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2036,6 +2036,13 @@
android:description="@string/permdesc_bindRemoteDisplay"
android:protectionLevel="signature" />
+ <!-- Must be required by a {@link android.tv.TvInputService}
+ to ensure that only the system can bind to it. -->
+ <permission android:name="android.permission.BIND_TV_INPUT"
+ android:label="@string/permlab_bindTvInput"
+ android:description="@string/permdesc_bindTvInput"
+ android:protectionLevel="signature|system" />
+
<!-- Must be required by device administration receiver, to ensure that only the
system can interact with it. -->
<permission android:name="android.permission.BIND_DEVICE_ADMIN"