mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Fixed Activity launch mode.
This commit is contained in:
parent
f58f7cf38f
commit
f5d68c1e4d
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".WebGuiActivity"
|
android:name=".WebGuiActivity"
|
||||||
android:theme="@android:style/Theme.Holo.Light"
|
android:theme="@android:style/Theme.Holo.Light"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name"
|
||||||
|
android:launchMode="singleTop" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
|
Loading…
Reference in a new issue