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 上有一个无响应的应用程序,我需要杀死它并让用户手动启动它。如果我在 android 中使用 KillBackgroundTask,它只会重新启动任务。
有没有办法指示内置任务管理器终止任务(使用包名)?
试试这个代码
android.os.Process.killProcess(android.os.Process.myPid());