Fix bug #12890909 Tablets: Settings crashes when tapped on Add Account option in settings
- remove android:theme="@android:style/Theme.Holo.DialogWhenLarge" for com.android.settings.Settings$ChooseAccountActivity Change-Id: Ife94e93e057029a71fe4a276f7ef9b98c9561b87
This commit is contained in:
committed by
The Android Automerger
parent
6a2d0ca9f4
commit
3513cda38c
@@ -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