Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0a57344 authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Automerger Merge Worker
Browse files

Merge "Use correct string resource for "Remove"" into sc-dev am: 9568bbdc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13790932

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie224bda04fb086e1baffc8a0856ae6ec3d3f3f33
parents ba3f8f4b 9568bbdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ public class TunerServiceImpl extends TunerService {
        dialog.setButton(DialogInterface.BUTTON_NEGATIVE, mContext.getString(R.string.cancel),
                (DialogInterface.OnClickListener) null);
        dialog.setButton(DialogInterface.BUTTON_POSITIVE,
                mContext.getString(R.string.guest_exit_guest_dialog_remove), (d, which) -> {
                mContext.getString(R.string.qs_customize_remove), (d, which) -> {
                    // Tell the tuner (in main SysUI process) to clear all its settings.
                    mContext.sendBroadcast(new Intent(TunerService.ACTION_CLEAR));
                    // Disable access to tuner.