Merge "Hidden AddAccount activity doesn't need to deal with orientation changes." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa782f5ee3
@@ -1064,6 +1064,7 @@
|
|||||||
|
|
||||||
<activity android:name="com.android.settings.accounts.AddAccountSettings"
|
<activity android:name="com.android.settings.accounts.AddAccountSettings"
|
||||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||||
|
android:configChanges="orientation|keyboardHidden"
|
||||||
android:label="@string/header_add_an_account">
|
android:label="@string/header_add_an_account">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
Reference in New Issue
Block a user