version:1.2.6

fix:
update:同步最新代码
This commit is contained in:
2026-03-04 14:15:32 +08:00
parent 9e19962c17
commit 88ac4c0824
57 changed files with 1776 additions and 264 deletions

View File

@@ -253,7 +253,20 @@
<activity
android:name=".eula.LicenseActivity"
android:exported="false" />
<activity
android:name=".activity.download.DownloadActivity"
android:configChanges="screenSize|orientation|keyboardHidden|locale"
android:exported="true"
android:launchMode="standard"
android:screenOrientation="sensorLandscape"
android:theme="@style/ActivityTheme2" />
<activity
android:name=".activity.app.OtherAppActivity"
android:configChanges="screenSize|orientation|keyboardHidden|locale"
android:exported="true"
android:launchMode="standard"
android:screenOrientation="sensorLandscape"
android:theme="@style/ActivityTheme2" />
<receiver
android:name=".receiver.BootReceiver"
@@ -335,6 +348,11 @@
android:enabled="true"
android:exported="true" />
<service
android:name=".service.RemoteService"
android:enabled="true"
android:exported="true" />
<receiver
android:name=".receiver.InstallResultReceiver"
android:enabled="true"