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.
我正在创建一个储物柜应用程序,我想在用户按下电源按钮锁定屏幕或超时后屏幕关闭时关闭我的应用程序。我曾尝试使用 onResume()、onPause() 函数来做到这一点,但没有任何效果。
你可以通过杀死当前进程来做到这一点
android.os.Process.killProcess(android.os.Process.myPid());