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)