version:1.0.7

update:
bugfixes:改为系统应用,删除无用类
This commit is contained in:
2024-07-31 11:55:19 +08:00
parent a8fcca9fb9
commit 1347b7c6dc
12 changed files with 67 additions and 198 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxpatx.os">
package="com.xxpatx.os"
android:sharedUserId="android.uid.system">
<queries>
<intent>
@@ -124,52 +125,12 @@
android:restoreAnyVersion="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".activity.SplashActivity"
android:clearTaskOnLaunch="true"
android:enabled="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:resumeWhilePausing="true"
android:stateNotNeeded="true"
android:windowSoftInputMode="adjustPan">
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.MAIN" />-->
<!-- <category android:name="android.intent.category.HOME" />-->
<!-- <category android:name="android.intent.category.DEFAULT" />-->
<!-- <category android:name="android.intent.category.MONKEY" />-->
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
<!-- </intent-filter>-->
</activity>
<activity
android:name=".activity.main.deprecated.OldMainActivity"
android:clearTaskOnLaunch="true"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
android:enabled="true"
android:excludeFromRecents="true"
android:exported="true"
android:resizeableActivity="true"
android:resumeWhilePausing="true"
android:screenOrientation="portrait"
android:stateNotNeeded="true"
android:taskAffinity=""
android:windowSoftInputMode="adjustPan">
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.MAIN" />-->
<!-- <category android:name="android.intent.category.HOME" />-->
<!-- <category android:name="android.intent.category.DEFAULT" />-->
<!-- <category android:name="android.intent.category.MONKEY" />-->
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
<!-- </intent-filter>-->
</activity>
<activity
android:name=".activity.main.MainActivity"
android:exported="true"
android:excludeFromRecents="true"
android:resizeableActivity="true"
android:launchMode="singleTask"
android:screenOrientation="portrait">
<intent-filter>
@@ -208,8 +169,8 @@
android:screenOrientation="portrait" />
<activity
android:name=".activity.dailyapp.DailyAppActivity"
android:screenOrientation="portrait"
android:launchMode="singleTask" />
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name=".activity.weather.WeatherActivity"
android:launchMode="singleTask"
@@ -221,8 +182,8 @@
android:theme="@style/activity_styles" />
<activity
android:name=".activity.emergency.EmergencyActivity"
android:screenOrientation="portrait"
android:launchMode="singleTask" />
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name=".activity.noti.NoticeActivity"
android:excludeFromRecents="true"
@@ -254,13 +215,13 @@
android:screenOrientation="portrait" />
<activity
android:name=".activity.selectnumber.SelectNumberActivity"
android:screenOrientation="portrait"
android:launchMode="singleTask" />
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name=".activity.screenlock.ScreenLockActivity"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden"
android:launchMode="singleTask" />
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name=".activity.InformationDetailsActivity"
android:launchMode="singleTask"