From 690543f1594723a420a036b5392e9d2a1e8df27b Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Mon, 1 Jun 2020 12:27:20 -0700 Subject: [PATCH] Removes Sandbox from launcher task. Instead, adds it to the gesture-exclusion activities to prevent normal gesture handling. Bug: 148542211 Change-Id: Ie04d2e71346a0c039e73fcc386cedc1b74fadadb --- quickstep/AndroidManifest-launcher.xml | 2 +- quickstep/AndroidManifest.xml | 1 - quickstep/res/values/config.xml | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/quickstep/AndroidManifest-launcher.xml b/quickstep/AndroidManifest-launcher.xml index 527bfc3854..60afddb0a8 100644 --- a/quickstep/AndroidManifest-launcher.xml +++ b/quickstep/AndroidManifest-launcher.xml @@ -52,7 +52,7 @@ android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize" android:resizeableActivity="true" android:resumeWhilePausing="true" - android:taskAffinity="${packageName}.launcher" + android:taskAffinity="" android:enabled="true"> diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml index b2286f1bd7..00b09513b5 100644 --- a/quickstep/AndroidManifest.xml +++ b/quickstep/AndroidManifest.xml @@ -99,7 +99,6 @@ android:name="com.android.quickstep.interaction.GestureSandboxActivity" android:autoRemoveFromRecents="true" android:excludeFromRecents="true" - android:taskAffinity="${packageName}.launcher" android:screenOrientation="portrait"> diff --git a/quickstep/res/values/config.xml b/quickstep/res/values/config.xml index 2b11ca0fff..0f2955bfcf 100644 --- a/quickstep/res/values/config.xml +++ b/quickstep/res/values/config.xml @@ -17,7 +17,9 @@ - + + com.android.launcher3/com.android.quickstep.interaction.GestureSandboxActivity + com.android.quickstep.logging.StatsLogCompatManager