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:
@@ -46,7 +46,7 @@ import java.util.Date;
|
||||
abstract class AccountPreferenceBase extends SettingsPreferenceFragment
|
||||
implements AuthenticatorHelper.OnAccountsUpdateListener {
|
||||
|
||||
protected static final String TAG = "AccountSettings";
|
||||
protected static final String TAG = "AccountPreferenceBase";
|
||||
protected static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
|
||||
|
||||
public static final String AUTHORITIES_FILTER_KEY = "authorities";
|
||||
|
Reference in New Issue
Block a user