Merge "Add flags to emergency info intent" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd1dd62420
@@ -950,6 +950,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);
|
||||
startActivity(intent);
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user