Merge "Add flags to emergency info intent" into nyc-dev am: cd1dd62
am: 9860d64
* commit '9860d64025913552d3de2da5a4ea88476f77f935':
Add flags to emergency info intent
This commit is contained in:
@@ -950,6 +950,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
|||||||
}
|
}
|
||||||
} else if (pref == mEmergencyInfoPreference) {
|
} else if (pref == mEmergencyInfoPreference) {
|
||||||
Intent intent = new Intent(ACTION_EDIT_EMERGENCY_INFO);
|
Intent intent = new Intent(ACTION_EDIT_EMERGENCY_INFO);
|
||||||
|
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user