Fix add account screen

Don't use layout that didn't do anything special.

Bug: 24961118
Change-Id: I9207ee16e8c2c8325f3b4c00e423ac015170d10e
This commit is contained in:
Jason Monk
2015-10-16 10:59:02 -04:00
parent afa3a1a0cb
commit 562e40f66a
2 changed files with 0 additions and 36 deletions

View File

@@ -96,7 +96,6 @@ public class ChooseAccountActivity extends InstrumentedPreferenceActivity {
protected void onCreate(Bundle icicle) {
super.onCreate(icicle);
setContentView(R.layout.add_account_screen);
addPreferencesFromResource(R.xml.add_account_settings);
mAuthorities = getIntent().getStringArrayExtra(
AccountPreferenceBase.AUTHORITIES_FILTER_KEY);