Android Security Vulnerability - Intent Redirection in Fragment Activity OnActivityResult

1.1k Views Asked by At

Recently, My app update got rejected due to Security Vulnerability INTENT REDIRECTION. And as per Google Play console - Security Alerts. Following is the error.

Your app contains an Intent Redirection vulnerability. Please see this Google Help Center article for details.

androidx.fragment.app.FragmentActivity.startActivityForResult

I went through remediation document as well. Still unable to identify which library or code is causing the issue. Any way to identify it? It will be of great help. Thanks.

I have also request Google developer support to provide specific library or class if possible.

0

There are 0 best solutions below