Merge "Hidden AddAccount activity doesn't need to deal with orientation changes." into honeycomb

This commit is contained in:
Amith Yamasani
2011-01-26 10:51:36 -08:00
committed by Android (Google) Code Review

View File

@@ -1064,6 +1064,7 @@
<activity android:name="com.android.settings.accounts.AddAccountSettings"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="orientation|keyboardHidden"
android:label="@string/header_add_an_account">
<intent-filter>
<action android:name="android.intent.action.MAIN" />