FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS constant
        
        int
        const FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
        
      
      
Keeps the activity from being listed with other recently launched activities.
Implementation
static const int FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS = 8388608;