getting rid of the aditional map activity rotation when in landscape
This commit is contained in:
parent
de0aa327c3
commit
9fd00776aa
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name="net.osmand.plus.activities.MapActivity" android:label="@string/app_name" android:screenOrientation="portrait"
|
||||
<activity android:name="net.osmand.plus.activities.MapActivity" android:label="@string/app_name" android:screenOrientation="unspecified"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<data android:scheme="http" android:host="download.osmand.net" path="go"/>
|
||||
|
|
Loading…
Reference in a new issue