am 0a67cdb7: Merge "add "behind" screen orientation to prevent spurious flipping" into honeycomb-mr2

* commit '0a67cdb7e1d853ae0431c36e95930bbf355eca52':
  add "behind" screen orientation to prevent spurious flipping
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 54c29c1..f07afa3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />