新增 未激活状态强制对话框

This commit is contained in:
LittleTurtle2333
2022-02-18 15:31:15 +08:00
parent a62b32a5cc
commit c8dcc9b309
2 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,8 @@
android:theme="@style/Theme.MyApplication">
<activity
android:name=".activity.SettingsActivity"
android:exported="true">
android:exported="true"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER"/>