I know that Activities can be declared in manifest as being excluded from recents with android:excludeFromRecents
:
http://developer.android.com/guide/topics/manifest/activity-element.html#exclude
However, that's not what I'm looking for, I would like to know if there is a way to remove the app from recent apps programmatically
Activity
– Olympie