FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS constant
        
        int
        const FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS
        
      
      
Instant Apps will be able to listen for the intent (not the default behavior).
Implementation
static const int FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS = 2097152;