version:
fix: update:更换为酷信
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.aoleyun.os">
|
||||
package="com.uiuipad.os">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="25"
|
||||
android:targetSdkVersion="29" />
|
||||
|
||||
<application
|
||||
android:name="com.aoleyun.os.base.BaseApplication"
|
||||
android:backupAgent="com.aoleyun.os.LauncherBackupAgent"
|
||||
android:name="com.uiuipad.os.base.BaseApplication"
|
||||
android:backupAgent="com.uiuipad.os.LauncherBackupAgent"
|
||||
android:extractNativeLibs="false"
|
||||
android:fullBackupContent="@xml/backupscheme"
|
||||
android:fullBackupOnly="true"
|
||||
@@ -20,7 +20,7 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<service
|
||||
android:name="com.aoleyun.os.service.MainService"
|
||||
android:name="com.uiuipad.os.service.MainService"
|
||||
android:enabled="true"
|
||||
android:exported="true" />
|
||||
<!--
|
||||
@@ -28,7 +28,7 @@
|
||||
attributes and intent filters the same
|
||||
-->
|
||||
<activity
|
||||
android:name="com.aoleyun.os.Launcher"
|
||||
android:name="com.uiuipad.os.Launcher"
|
||||
android:clearTaskOnLaunch="true"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
|
||||
android:enabled="true"
|
||||
@@ -50,7 +50,7 @@
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
android:name="com.aoleyun.os.grid.control"
|
||||
android:name="com.uiuipad.os.grid.control"
|
||||
android:value="${packageName}.grid_control" />
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user