use single instance

pull/5/head
fuwa 4 years ago
parent 40af0efa59
commit 37da056475

@ -12,7 +12,7 @@
android:icon="@drawable/icon">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:launchMode="singleInstance"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"