I am working on and Android application. When my application is running and i press the recent applications button on the phone , Activity's onPause() method is called . Inside this onPause i call finish() . So the activity gets destroyed.
But its still visible in the recent applications list.
How do i make sure it is not listed in the recent applications list when i destroy my activity from onPause().