Merge "Use same task for Settings>Users and EmergencyInfo" into nyc-dev am: 6d6ea3f

am: d0ba082

* commit 'd0ba082ca732b0effe15067d93b22e292a96237c':
  Use same task for Settings>Users and EmergencyInfo

Change-Id: Idbb6fc5505039055825f8118cad1277966c29ae3
This commit is contained in:
mariagpuyol
2016-03-31 17:46:39 +00:00
committed by android-build-merger

View File

@@ -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;