From 2e3eae286abf8e4c9ce6a47ebe3ba7bd91ad19b0 Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 12 Jan 2023 21:15:13 +0800 Subject: [PATCH] Mark the root project's namespace as com.android.launcher3 (#3242) --- AndroidManifest-common.xml | 3 +-- AndroidManifest.xml | 3 +-- build.gradle | 1 + go/AndroidManifest-launcher.xml | 3 +-- go/AndroidManifest.xml | 3 +-- quickstep/AndroidManifest-launcher.xml | 3 +-- quickstep/AndroidManifest.xml | 3 +-- 7 files changed, 7 insertions(+), 12 deletions(-) diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml index 034b7c7576..5abc57118c 100644 --- a/AndroidManifest-common.xml +++ b/AndroidManifest-common.xml @@ -21,8 +21,7 @@ --> + xmlns:tools="http://schemas.android.com/tools"> + xmlns:android="http://schemas.android.com/apk/res/android"> + xmlns:android="http://schemas.android.com/apk/res/android"> + xmlns:tools="http://schemas.android.com/tools"> diff --git a/quickstep/AndroidManifest-launcher.xml b/quickstep/AndroidManifest-launcher.xml index e6119fac7a..d5bec1ab53 100644 --- a/quickstep/AndroidManifest-launcher.xml +++ b/quickstep/AndroidManifest-launcher.xml @@ -20,8 +20,7 @@ */ --> + xmlns:android="http://schemas.android.com/apk/res/android"> + xmlns:tools="http://schemas.android.com/tools">