Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Dany, I believe this is fixed in a new release of safeargs ?
ap...@google.com <ap...@google.com> #3
Safeargs still needs AndroidComponentsExtension
to get the applicationID from the variants (7.2.0-alpha05
remove the extension?
jb...@google.com <jb...@google.com> #4
it moved to a different package : com.android.build.api.variant
Description
Component used: Navigation Version used: 2.3.3 Devices/Android versions reproduced on: Pixel 3a
Hi all,
When the app is launched by a deep link, we are able to retrieve that deep link from the destination fragment using NavController.KEY_DEEP_LINK_INTENT . We have a widget where we pull the next destination as a deep link from a CMS system that the marketing team is able change on the fly. We would like to get the deep link from the destination fragment when launched internally as well.