FLAG_ACTIVITY_FORWARD_RESULT constant

int const FLAG_ACTIVITY_FORWARD_RESULT

Forwards the result from this activity to the existing one.

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

Implementation

static const int FLAG_ACTIVITY_FORWARD_RESULT = 33554432;