packages/apps/Settings
修订版 | 0a67cdb7e1d853ae0431c36e95930bbf355eca52 (tree) |
---|---|
时间 | 2011-06-10 10:20:04 |
作者 | Freeman Ng <tenorslowworm@goog...> |
Commiter | Android (Google) Code Review |
Merge "add "behind" screen orientation to prevent spurious flipping" into honeycomb-mr2
@@ -138,6 +138,7 @@ | ||
138 | 138 | <activity android:name=".wifi.WifiSettingsForSetupWizardXL" |
139 | 139 | android:theme="@android:style/Theme.Holo.NoActionBar" |
140 | 140 | android:windowBackground="@drawable/setups_bg_default" |
141 | + android:screenOrientation="behind" | |
141 | 142 | android:clearTaskOnLaunch="true" |
142 | 143 | android:windowSoftInputMode="adjustResize" |
143 | 144 | android:exported="true" /> |