change package name to uiuios

This commit is contained in:
2020-11-02 15:31:36 +08:00
parent 164c1fc8a0
commit c5bda0953d
645 changed files with 3881 additions and 3881 deletions

View File

@@ -19,7 +19,7 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
package="com.android.uiuios">
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
@@ -27,7 +27,7 @@
-->
<application
android:backupAgent="com.android.launcher3.LauncherBackupAgent"
android:backupAgent="com.android.uiuios.LauncherBackupAgent"
android:fullBackupOnly="true"
android:fullBackupContent="@xml/backupscheme"
android:hardwareAccelerated="true"
@@ -43,7 +43,7 @@
attributes and intent filters the same
-->
<activity
android:name="com.android.launcher3.Launcher"
android:name="com.android.uiuios.Launcher"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
@@ -62,7 +62,7 @@
<category android:name="android.intent.category.LAUNCHER_APP" />
</intent-filter>
<meta-data
android:name="com.android.launcher3.grid.control"
android:name="com.android.uiuios.grid.control"
android:value="${packageName}.grid_control" />
</activity>