启用安卓不受信任的触摸事件:
解决了如果有Toast存在无法打字的问题或者其他东西存在无法触摸的问题:
root在终端输入: settings put global block_untrusted_touches 0
无root需要借助adb:
adb shell settings put global block_untrusted_touches 0
来源: https://developer.android.google.cn/about/versions/12/behavior-changes-all?hl=zh-cn
![](http://image.coolapk.com/feed/2023/0411/11/925348_1f1c811d_4862_2304_928@1076x2340.jpeg)