Turn off deep link components by default
We should only enable necessary components when device supports the split activity feature. Test: Enable/Disable components and make sure things work well. Bug: 204405245 Change-Id: Icb03e121eed0e584bebe1c9c838d0f4f44015abf
This commit is contained in:
@@ -151,6 +151,7 @@
|
|||||||
android:taskAffinity=""
|
android:taskAffinity=""
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
android:enabled="false"
|
||||||
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout"
|
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout"
|
||||||
android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK">
|
android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@@ -308,6 +309,7 @@
|
|||||||
|
|
||||||
<receiver android:name=".search.SearchStateReceiver"
|
<receiver android:name=".search.SearchStateReceiver"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
android:enabled="false"
|
||||||
android:permission="android.permission.READ_SEARCH_INDEXABLES">
|
android:permission="android.permission.READ_SEARCH_INDEXABLES">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.settings.SEARCH_START"/>
|
<action android:name="com.android.settings.SEARCH_START"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user