screenOrientation written as content instead of attribute by mistake

This commit is contained in:
Shachar Shemesh
2009-08-17 08:37:29 +03:00
parent 2877e184f3
commit c3770ce06f

View File

@@ -154,8 +154,8 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name="DateTimeSettingsSetupWizard" android:label="@string/date_and_time"> <activity android:name="DateTimeSettingsSetupWizard" android:label="@string/date_and_time"
android:screenOrientation="portrait" android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
</intent-filter> </intent-filter>