I need to exclude an activity from appearing in recent launched menu, but i am not able of adding android:excludeFromRecents="true" in AndroidManifest.xml, I have to do it in runtime.
Does anyone knows if there is possible to set FLAG_EXCLUDE_FROM_RECENTS to the activity?