This commit is contained in:
Horis
2025-02-15 18:08:08 +08:00
parent 8c7ef5620b
commit af27b4e570
11 changed files with 268 additions and 175 deletions

View File

@@ -340,7 +340,11 @@
<activity
android:name=".ui.association.VerificationCodeActivity"
android:configChanges="locale|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
android:exported="true"
android:theme="@style/AppTheme.Transparent" />
<!-- 跳转确认 -->
<activity
android:name=".ui.association.OpenUrlConfirmActivity"
android:configChanges="locale|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
android:theme="@style/AppTheme.Transparent" />
<!-- 打开文件 -->
<activity
@@ -433,13 +437,6 @@
</intent-filter>
</activity>
<activity
android:name=".ui.javascript.ConfirmationDialogActivity"
android:theme="@style/Theme.Translucent.NoTitleBar"
android:excludeFromRecents="true"
android:taskAffinity=""
android:launchMode="singleInstance"/>
<service
android:name=".service.CheckSourceService"
android:foregroundServiceType="dataSync" />