Jetpack Navigation handling deeplinks manually in onNewIntent
问题 I'm using Jetpack Navigation. I need to handle deeplinks manually because: 1) Implicit deeplinks are not working properly with android:launchMode="singleTask" Deeplink isn't correctly redirect if the app is already opened 2) I'm passing in my bundles not only simple types but also Parcelables, so I won't have the possibility to pass arguments I've done proof of concept that is using explicit deeplinkins in onNewintent of my Activity override fun onNewIntent(intent: Intent?) { super