How to close another app in Android?

后端 未结 4 1565
悲哀的现实
悲哀的现实 2020-11-29 06:34

I have been developing an app, and I need to close another app in my code. Does anyone know any api to call to close an app?

BTW: my app will be pre-installed.

4条回答
  •  感动是毒
    2020-11-29 06:56

    If both applications are yours, you can use AIDL for inter-process communication to send a message telling the other application to close. See http://developer.android.com/guide/developing/tools/aidl.html.

提交回复
热议问题