version:1.5

fix:迁移到奥乐云平台
add:
This commit is contained in:
2021-12-10 14:49:23 +08:00
parent 2462bafa85
commit ed8310da47
713 changed files with 6024 additions and 4805 deletions

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.colorfulos">
package="com.aoleyun.os">
<uses-sdk
android:minSdkVersion="25"
android:targetSdkVersion="29" />
<application
android:name=".base.MyApplication"
android:backupAgent=".LauncherBackupAgent"
android:name="com.aoleyun.os.base.MyApplication"
android:backupAgent="com.aoleyun.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=".service.MainService"
android:name="com.aoleyun.os.service.MainService"
android:enabled="true"
android:exported="true" />
<!--
@@ -28,10 +28,11 @@
attributes and intent filters the same
-->
<activity
android:name=".Launcher"
android:name="com.aoleyun.os.Launcher"
android:clearTaskOnLaunch="true"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
android:enabled="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:resumeWhilePausing="true"
@@ -49,7 +50,7 @@
</intent-filter>
<meta-data
android:name="com.android.colorfulos.grid.control"
android:name="com.aoleyun.os.grid.control"
android:value="${packageName}.grid_control" />
</activity>
</application>