You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to upload a version of my application to google play and faced this:
Your app(s) are vulnerable to Intent Redirection.
To address this issue, follow the steps in this Google Help Center article.
q3.b$b.onReceive
androidx.activity.ComponentActivity.startActivityForResult
While these vulnerabilities may not affect every app, it’s best to stay up to date on all security patches.
I think it is referring to this part of code: mActivity.startActivityForResult(extras.getParcelable(SmsRetriever.EXTRA_CONSENT_INTENT), SMS_CONSENT_REQUEST)