make OsmAnd launchMode="singleTask", Issue 2643
This commit is contained in:
parent
b971ace2f5
commit
e4d546f7bd
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
</provider>
|
||||
|
||||
<activity android:name="net.osmand.plus.activities.MapActivity" android:label="@string/app_name"
|
||||
android:screenOrientation="unspecified" android:launchMode="singleTop" android:windowSoftInputMode="adjustResize">
|
||||
android:screenOrientation="unspecified" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
|
|
Loading…
Reference in a new issue