I am developing an android application. If I close my application, my app available in the “Recent Apps” List. Now I don’t want to show it in “Recent Apps”. How can I remove it from “Recent Apps List” after closing my application programmatically. Please can you share your suggestions.
I am developing an android application. If I close my application, my app available
Share
In you
Manifest.xml, set the following to your Root ActivityDepending on the results, you might also have to use the
android:noHistory="true"attribute. But not sure if it is required in your case.For more information about this: http://developer.android.com/guide/topics/manifest/activity-element.html