Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下命令在 Android 上打开连接设置
adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS
有什么办法可以关闭窗口吗?也就是不只是把它放在后台,而是适当的关闭它(即相当于按下“X”按钮)
我试过了force-stop,kill甚至kill-all没有成功。我可以找到大量解释我如何打开窗口但没有解释如何关闭它的页面
force-stop
kill
kill-all
尝试发送KEYCODE_BACK,就像手动那样:
KEYCODE_BACK
adb shell input keyevent 4