Merge "add "behind" screen orientation to prevent spurious flipping" into honeycomb-mr2

This commit is contained in:
Freeman Ng
2011-06-09 18:20:04 -07:00
committed by Android (Google) Code Review

View File

@@ -138,6 +138,7 @@
<activity android:name=".wifi.WifiSettingsForSetupWizardXL"
android:theme="@android:style/Theme.Holo.NoActionBar"
android:windowBackground="@drawable/setups_bg_default"
android:screenOrientation="behind"
android:clearTaskOnLaunch="true"
android:windowSoftInputMode="adjustResize"
android:exported="true" />