This commit is contained in:
wangcongtao
2020-06-15 15:56:00 +08:00
parent f2e1a8c810
commit 8beb292850
3 changed files with 9 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ android {
independent {
manifest.srcFile 'src/independent/AndroidManifest.xml'
}
e8xx {
manifest.srcFile 'src/e8xx/AndroidManifest.xml'
}
}
flavorDimensions "product", "basic", "env"

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:sharedUserId="android.uid.system"
package="com.mogo.launcher">
</manifest>

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:sharedUserId="android.uid.system"
package="com.mogo.launcher">
<uses-permission android:name="android.permission.WAKE_LOCK" />