do not force portrait rotation
This commit is contained in:
parent
54c81e4d8b
commit
fe2915d4fd
|
@ -12,8 +12,7 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.MainActivity"
|
android:name=".activities.MainActivity">
|
||||||
android:screenOrientation="portrait">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
|
|
||||||
|
@ -32,23 +31,19 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.AboutActivity"
|
android:name=".activities.AboutActivity"
|
||||||
android:label="@string/about"
|
android:label="@string/about"/>
|
||||||
android:screenOrientation="portrait"/>
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.DayActivity"
|
android:name=".activities.DayActivity"
|
||||||
android:label="@string/details"
|
android:label="@string/details"/>
|
||||||
android:screenOrientation="portrait"/>
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.EventActivity"
|
android:name=".activities.EventActivity"
|
||||||
android:label="@string/event"
|
android:label="@string/event"/>
|
||||||
android:screenOrientation="portrait"/>
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.LicenseActivity"
|
android:name=".activities.LicenseActivity"
|
||||||
android:label="@string/third_party_licences"
|
android:label="@string/third_party_licences"/>
|
||||||
android:screenOrientation="portrait"/>
|
|
||||||
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name=".MyWidgetProvider"
|
android:name=".MyWidgetProvider"
|
||||||
|
@ -70,7 +65,5 @@
|
||||||
<action android:name="android.intent.action.QUICKBOOT_POWERON"/>
|
<action android:name="android.intent.action.QUICKBOOT_POWERON"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in New Issue