mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user