Compare commits

..

1 Commits

Author SHA1 Message Date
LittleSheep
4b5b001739 🐛 Fix open from widget cause multiple activity 2025-01-31 00:39:10 +08:00

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"