Use same task for Settings>Users and EmergencyInfo
Bug:27859534 Change-Id: I0ea4e56e4f6daacfd478336444aceeb84d8bfe5d
This commit is contained in:
@@ -953,7 +953,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
||||
}
|
||||
} else if (pref == mEmergencyInfoPreference) {
|
||||
Intent intent = new Intent(ACTION_EDIT_EMERGENCY_INFO);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||
startActivity(intent);
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user