Skip to content Skip to sidebar Skip to footer

Samsung Messages App Won't Deep Link Into My App

I have an app that has the ability to be launched whenever I receive an SMS with a certain format, it works correctly when using the Android stock Messages app but, when testing on

Solution 1:

add to your intent filter auto verify like below:

<intent-filter android:autoVerify="true">

Post a Comment for "Samsung Messages App Won't Deep Link Into My App"