ephemeralIntentFlags top-level constant

int const ephemeralIntentFlags

"Ephemeral" intent flags for opening the custom tabs intent on Android. This is essentially the same as FLAG_ACTIVITY_SINGLE_TOP | FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_NO_HISTORY.

Implementation

const ephemeralIntentFlags = defaultIntentFlags | 1 << 30;