I want to close all running app in android and also i want get the quantity of memory which were free by close all running app.
how to do that.
I want to close all running app in android and also i want get the quantity of memory which were free by close all running app.
how to do that.
You can only kill your own apps, e.g. the ones running in the same process or with the same userID. You can not kill others, unless the device is rooted.
Have a look at this answer though, about 'killing' background processes of apps.