[android][manifest] Maps activity is recreated on orientation changes

This commit is contained in:
Alex Zolotarev 2012-02-13 06:03:10 +03:00 committed by Alex Zolotarev
parent 87fd7e8503
commit a6fa527bee

View file

@ -27,7 +27,6 @@
<activity android:name=".MWMActivity"
android:label="@string/app_name"
android:screenOrientation="behind"
android:configChanges="orientation|keyboardHidden"
android:theme="@style/MWMNoTitle">
<intent-filter>
<action android:name="android.intent.action.MAIN" />