Implement DateTimeSetings for Setup Wizard XL.
Make the orientation "behind", as XL would require landscape.
TODO:
- Automatic Time Zone should be available.
- Layout is immature: need to have better theme and layout xml.
Change-Id: Iafe141223a227643ca774f4df5e5b7fde9520d31
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 41dd0f8..5eec93e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -224,7 +224,7 @@
</activity-alias>
<activity android:name="DateTimeSettingsSetupWizard" android:label="@string/date_and_time"
- android:screenOrientation="portrait">
+ android:screenOrientation="behind">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>