mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-02-10 08:40:44 +01:00
avoid multiple app instances by clicking on the notification
This commit is contained in:
parent
8040d698be
commit
36ebd6bc4d
@ -32,7 +32,9 @@
|
||||
android:name=".activities.SplashActivity"
|
||||
android:theme="@style/SplashTheme" />
|
||||
|
||||
<activity android:name=".activities.MainActivity" />
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:launchMode="singleTask" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.SettingsActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user