Mark the root project's namespace as com.android.launcher3 (#3242)

This commit is contained in:
Goooler
2023-01-12 21:15:13 +08:00
committed by GitHub
parent b03165f9fc
commit 2e3eae286a
7 changed files with 7 additions and 12 deletions

View File

@@ -21,8 +21,7 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.launcher3">
xmlns:tools="http://schemas.android.com/tools">
<!--
The manifest defines the common entries that should be present in any derivative of Launcher3.