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

Commit b582b045 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Stop USB Debugging authorization window dismissing on tap outside." am: 1b817b81

am: e9f31c65

Change-Id: I3452ae3ffb097d5bbfed2306414ff23cbc0d036b
parents 3b54a614 e9f31c65
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();