Android 12 solves card touch problem without root

renderings

Actual operation

Version number Enter developer mode Turn on usb debugging usb security settings

Do not turn on usb debugging security settings will be invalid!!!!

 

Use the code to solve the card touch problem:

In fact, it’s just that you don’t trust touch events. It belongs to a protection mechanism of Android 12. It has no effect, and you can’t open a small window. It’s very protective! ! !

adb shell
adb shell settings put global block_untrusted_touches 0

King's Privilege and Private Port

Guess you like

Origin blog.csdn.net/m0_57242470/article/details/127683323