Fix issue 313. Rotating main screen
This commit is contained in:
parent
d52e5ce89e
commit
478e56a534
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
package="net.osmand.plus" android:installLocation="auto" android:versionName="0.6.5" android:versionCode="34">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
||||
android:debuggable="true" android:name=".activities.OsmandApplication" android:description="@string/app_description">
|
||||
<activity android:name=".activities.MainMenuActivity"
|
||||
<activity android:name=".activities.MainMenuActivity" android:screenOrientation="nosensor"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Reference in a new issue