I am trying to kill an application programatically as Android does when there is overload in memory.. I had searched many post in stackoverflow itself regarding killing of an application, all concluded by saying it is not possible by the user to do at a point of time but it can be done by following the standards like finishing a activity once it moved and at last call killProcess(pid) fn.
My doubt is killing an app is force stopping it and clearing the data it holds.. Is it possible to do these programattically? If so we can acheive killing process programatically..
Regards,
Deepak