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.

View File

@@ -20,8 +20,7 @@
*/
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:targetSdkVersion="30" android:minSdkVersion="26"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.

View File

@@ -126,6 +126,7 @@ final def quickstepMinSdk = "32"
final def quickstepMaxSdk = "32"
android {
namespace "com.android.launcher3"
defaultConfig {
versionCode 12_01_00_05
versionName "${versionDisplayName}"

View File

@@ -18,8 +18,7 @@
*/
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.

View File

@@ -19,8 +19,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">
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/>

View File

@@ -20,8 +20,7 @@
*/
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="26"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.

View File

@@ -19,8 +19,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">
<uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" />
<uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS"/>