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

Commit 1b817b81 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Stop USB Debugging authorization window dismissing on tap outside."

parents b1ec00b5 6783c309
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class UsbDebuggingActivity extends AlertActivity
        mAlwaysAllow = (CheckBox)checkbox.findViewById(com.android.internal.R.id.alwaysUse);
        mAlwaysAllow.setText(getString(R.string.usb_debugging_always));
        ap.mView = checkbox;
        window.setCloseOnTouchOutside(false);

        setupAlert();