Show confirmation when turning on "Phone calls/sms"
Added confirmation dialog, when turning on "Phone calls and sms" setting for secondary users and guests. Bug:15761405 Change-Id: I39b2181f0b5460db9a964c6883f053a6c6336622
This commit is contained in:
@@ -502,7 +502,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
||||
switch (dialogId) {
|
||||
case DIALOG_CONFIRM_REMOVE: {
|
||||
Dialog dlg =
|
||||
Utils.createRemoveConfirmationDialog(getActivity(), mRemovingUserId,
|
||||
UserDialogs.createRemoveDialog(getActivity(), mRemovingUserId,
|
||||
new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
removeUserNow();
|
||||
|
Reference in New Issue
Block a user