When the user clicks on the "Close running Apps" Button then every application which is running in the background needs to be closed except my current application. How can I do this?
Thank you
When the user clicks on the "Close running Apps" Button then every application which is running in the background needs to be closed except my current application. How can I do this?
Thank you
You could take a look at: How to kill all running applications in android? I think the answer there would really help you