Move Account & sync settings into Settings app.
Fragmentized some of the activities and moved buttons into the menu area. Bug: 3148844
This commit is contained in:
@@ -52,10 +52,6 @@ public class AccountPreference extends Preference {
|
||||
setWidgetLayoutResource(R.layout.account_preference);
|
||||
setTitle(mAccount.name);
|
||||
setSummary("");
|
||||
// Add account info to the intent for AccountSyncSettings
|
||||
Intent intent = new Intent("android.settings.ACCOUNT_SYNC_SETTINGS");
|
||||
intent.putExtra("account", mAccount);
|
||||
setIntent(intent);
|
||||
setPersistent(false);
|
||||
setSyncStatus(SYNC_DISABLED);
|
||||
}
|
||||
|
Reference in New Issue
Block a user