mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-02-11 01:00:36 +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:name=".activities.SplashActivity"
|
||||||
android:theme="@style/SplashTheme" />
|
android:theme="@style/SplashTheme" />
|
||||||
|
|
||||||
<activity android:name=".activities.MainActivity" />
|
<activity
|
||||||
|
android:name=".activities.MainActivity"
|
||||||
|
android:launchMode="singleTask" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.SettingsActivity"
|
android:name=".activities.SettingsActivity"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user