Lin*_*uis 5 android clipboardmanager android-12
How can i disable Clipboard editor overlay, that is enabled by default in Android Emulator API 33?. It is very annoying while debugging apps.It always popup over my debugging apps, and i have to close this every time to do something in my debugging app.
要禁用剪贴板覆盖:
adb shell device_config put systemui clipboard_overlay_enabled false
adb reboot
Run Code Online (Sandbox Code Playgroud)
我们需要重新启动,因为 SystemUI 太早读取配置了。