screenOrientation written as content instead of attribute by mistake
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1500d8b..bf410d6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -154,8 +154,8 @@
</intent-filter>
</activity>
- <activity android:name="DateTimeSettingsSetupWizard" android:label="@string/date_and_time">
- android:screenOrientation="portrait"
+ <activity android:name="DateTimeSettingsSetupWizard" android:label="@string/date_and_time"
+ android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>