Android kill background application from our application programmatically

前端 未结 3 684
日久生厌
日久生厌 2021-02-06 18:59

My requirement forces me to kill another apps from my developed application.

Details: My requirement is how to kill all background running application from currently de

3条回答
  •  青春惊慌失措
    2021-02-06 19:40

    I am pretty sure this is not possible, it would be bad practice for Android to allow apps to close other apps.

    The answer is in this post: Kill another process/application programmatically

    Please google your question before asking it here.

提交回复
热议问题