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 应用程序中,我使用Runtime.getRuntime().exec().
Runtime.getRuntime().exec()
但可能是这样的情况,用户杀死了我的应用程序,但子进程仍在运行。我想要的是,当我杀死应用程序时,也杀死子进程。我该怎么做?
我会
Runtime.getRuntime().addShutdownHook()