🐛 Fix open from widget cause multiple activity

This commit is contained in:
LittleSheep 2025-01-31 00:39:10 +08:00
parent db8871a455
commit 4b5b001739

View File

@ -26,7 +26,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:taskAffinity=""
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"