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 框架不提供杀死其他应用程序进程的权限。您只能杀死您的应用程序进程。
进程终止权限仅适用于系统应用程序。
仍然尝试在您的 Menifest 中使用此权限
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>