aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest_all_inputs.xml9
-rw-r--r--AndroidManifest_common.xml8
-rw-r--r--AndroidManifest_non_passthrough.xml9
3 files changed, 18 insertions, 8 deletions
diff --git a/AndroidManifest_all_inputs.xml b/AndroidManifest_all_inputs.xml
index 026887b1..85f5b886 100644
--- a/AndroidManifest_all_inputs.xml
+++ b/AndroidManifest_all_inputs.xml
@@ -30,6 +30,15 @@
android:theme="@style/Theme.TV"
tools:replace="android:appComponentFactory">
+ <!-- providers are listed here to keep them separate from the internal versions -->
+ <provider android:name="com.android.tv.search.LocalSearchProvider"
+ android:authorities="com.android.tv.search"
+ android:enabled="true"
+ android:exported="true">
+ <meta-data android:name="SupportedSwitchActionType"
+ android:value="CHANNEL|TVINPUT"/>
+ </provider>
+
<activity android:name="com.android.tv.MainActivity"
android:configChanges="keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleTask"
diff --git a/AndroidManifest_common.xml b/AndroidManifest_common.xml
index c496678c..24e05d06 100644
--- a/AndroidManifest_common.xml
+++ b/AndroidManifest_common.xml
@@ -87,14 +87,6 @@
android:theme="@style/Theme.TV"
tools:replace="android:appComponentFactory">
- <!-- providers are listed here to keep them separate from the internal versions -->
- <provider android:name="com.android.tv.search.LocalSearchProvider"
- android:authorities="com.android.tv.search"
- android:enabled="true"
- android:exported="true">
- <meta-data android:name="SupportedSwitchActionType"
- android:value="CHANNEL|TVINPUT"/>
- </provider>
<provider android:name="com.android.tv.common.CommonPreferenceProvider"
android:authorities="com.android.tv.common.preferences"
android:exported="false"
diff --git a/AndroidManifest_non_passthrough.xml b/AndroidManifest_non_passthrough.xml
index 5c8d8c0a..c4633ed3 100644
--- a/AndroidManifest_non_passthrough.xml
+++ b/AndroidManifest_non_passthrough.xml
@@ -30,6 +30,15 @@
android:theme="@style/Theme.TV"
tools:replace="android:appComponentFactory">
+ <!-- providers are listed here to keep them separate from the internal versions -->
+ <provider android:name="com.android.tv.search.LocalSearchProvider"
+ android:authorities="com.android.tv.search"
+ android:enabled="true"
+ android:exported="true">
+ <meta-data android:name="SupportedSwitchActionType"
+ android:value="CHANNEL"/>
+ </provider>
+
<activity android:name="com.android.tv.MainActivity"
android:configChanges="keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleTask"