Adjusted activity launch mode.
This commit is contained in:
parent
cad94167ef
commit
5b1b539083
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
|
||||
<activity
|
||||
android:name="com.github.nutomic.controldlna.gui.MainActivity"
|
||||
android:label="@string/app_name" >
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop" >
|
||||
|
||||
<intent-filter android:label="@string/app_name" >
|
||||
|
||||
|
|
Reference in a new issue