From 3943de1579f757ca49d179a3f776d51adcddc2da Mon Sep 17 00:00:00 2001 From: Tsung-Mao Fang Date: Wed, 8 Dec 2021 20:23:13 +0800 Subject: [PATCH] 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 --- AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 22afa53218b..24c04d36a2b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -151,6 +151,7 @@ android:taskAffinity="" android:launchMode="singleTask" android:exported="true" + android:enabled="false" android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout" android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK"> @@ -308,6 +309,7 @@