Android navigation components with deep link: onNewIntent called multiple times
问题 This time I need your help regarding the use of android navigation components with deeplink. I have been following this documentation and the connection between fragment and deeplink is working fine. The problem comes in regards to the activity that is receiving the deeplink. In my case, I set the android:launchMode="singleTask" <activity android:name=".features.welcome.WelcomeActivity" android:launchMode="singleTask"> <nav-graph android:value="@navigation/welcome_nav_graph" /> </activity>