Launcher3QuickStepGo should have one Default Activity
Since Launcher3QuickStepGo including quickstep/AndroidManifest-launcher.xml
manifest in LauncherGoResLib adding additional default activity
launcher3.uioverrides.QuickstepLauncher along with launcher3.Launcher3QuickStepGo.
Since we have two default activity, intent resolver trying to resolve the
action and showing popup to select home app.
This change add quickstep/AndroidManifest.xml for LauncherGoResLib which
does not have any default activity.
Bug: 288363376
Test: With this change we are not observing popup to select the home app.
Change-Id: I36827f85a51f8cd22934f4acb3abac9b3adf83a5
diff --git a/Android.bp b/Android.bp
index e730c9d..de88d42 100644
--- a/Android.bp
+++ b/Android.bp
@@ -273,7 +273,7 @@
"androidx.room_room-runtime",
],
plugins: ["androidx.room_room-compiler-plugin"],
- manifest: "quickstep/AndroidManifest-launcher.xml",
+ manifest: "quickstep/AndroidManifest.xml",
additional_manifests: [
"go/AndroidManifest.xml",
"AndroidManifest-common.xml",