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

Commit e9f31c65 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

Change-Id: I694dbdb524c2ec61c18ee97769abeaeb7e3b70d7
parents f7da2c58 1b817b81
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line 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 = (CheckBox)checkbox.findViewById(com.android.internal.R.id.alwaysUse);
        mAlwaysAllow.setText(getString(R.string.usb_debugging_always));
        mAlwaysAllow.setText(getString(R.string.usb_debugging_always));
        ap.mView = checkbox;
        ap.mView = checkbox;
        window.setCloseOnTouchOutside(false);


        setupAlert();
        setupAlert();