Removed AccountSettings used in old IA only.

- remove AccountSettings and all related code that is used in old IA, so
that it will not show up in search.

Change-Id: I9f83112f760fd991caf89de109fde9e675b8c981
Fix: 34165913
Test: make RunSettingsRoboTests
This commit is contained in:
Doris Ling
2017-02-24 15:20:05 -08:00
parent 8c3e46e628
commit f074f0f6dd
16 changed files with 37 additions and 851 deletions

View File

@@ -72,7 +72,7 @@ public class AddAccountSettings extends Activity {
private static final String KEY_CALLER_IDENTITY = "pendingIntent";
private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!";
private static final String TAG = "AccountSettings";
private static final String TAG = "AddAccountSettings";
/* package */ static final String EXTRA_SELECTED_ACCOUNT = "selected_account";