Your app(s) are vulnerable to Intent Redirection. From com.facebook.CustomTabMainActivity

Issue

This Content is from Stack Overflow. Question asked by tieu le

I get this this notify from google play when I summit my react native app.

I have tried many ways, but after 10 time submit to store, it still doesn’t work

Your app(s) are vulnerable to Intent Redirection.

com.facebook.CustomTabMainActivity.sendResult

I have try add this line to my manifest file, but it not work

<activity android:name="com.facebook.CustomTabMainActivity" tools:replace="android:exported" android:exported="false">

this not work too:

<activity android:name="com.facebook.CustomTabMainActivity" android:exported="false">

enter image description here



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?