FLAG_ACTIVITY_NO_ANIMATION constant

int const FLAG_ACTIVITY_NO_ANIMATION

Prevents the system from playing an activity transition animation when launching this.

See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NO_ANIMATION.

Implementation

static const int FLAG_ACTIVITY_NO_ANIMATION = 65536;