I have implemented deep linking in my app. I added this intent filter in my manifest file, and the deep linking is working.
I solve these issue by just add android:launchMode="singleTask" in manifest file