0

I want to open my app activity separate tab instead of same URL host messaging app

I am getting open my deep link URL in same host app but instead I want to open my app separately in new TAB. I used custom deep link method no third party. what I need to change in the android.xml file.

Employed Russian
  • 199,314
  • 34
  • 295
  • 362
  • Does your android activity tagged as "singleTask" (eg: – VincentDR Oct 28 '22 at 13:42
  • thanks @VincentDR sir, this launchMode working as expected but with this launch mode problem is android can't open new app page to different deep link if the previous app page is open in background. is it default behavior of android for this launch mode. – Vikas Kumar Oct 29 '22 at 04:49

1 Answers1

0

in MainActivity in xml file you can change android:launchMode to "singleInstance" like android:launchMode="singleInstance"