We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the flg value:
Intent { act=android.intent.action.VIEW dat=https://example.com/xyz flg=0x10000000 cmp=com.example/.MainActivity (has extras) mCallingUid=12345 }
The text was updated successfully, but these errors were encountered:
Explain the issue properly
Sorry, something went wrong.
i wanted to see which intent flags were set because i had an issue with deep links re-executing after the app was restored from the background.
i found another way to fix it, so i don't need this anymore
No branches or pull requests
the flg value:
The text was updated successfully, but these errors were encountered: