Merge "Fix bug #12890909 Tablets: Settings crashes when tapped on Add Account option in settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd34453dd1
@@ -1538,8 +1538,7 @@
|
||||
|
||||
<activity android:name="com.android.settings.Settings$ChooseAccountActivity"
|
||||
android:label="@string/header_add_an_account"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:theme="@android:style/Theme.Holo.DialogWhenLarge">
|
||||
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.accounts.ChooseAccountFragment" />
|
||||
</activity>
|
||||
|
Reference in New Issue
Block a user