FLAG_GRANT_READ_URI_PERMISSION constant

int const FLAG_GRANT_READ_URI_PERMISSION

Grants the intent listener permission to read extra data from the Intent's URI.

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

Implementation

static const int FLAG_GRANT_READ_URI_PERMISSION = 1;