Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used: Navigation Version used: 2.3.4 Devices/Android versions reproduced on:
Currently you can only pass parts of path or query parameters as fragment's arguments. However, in order to handle file:// or content:// URIs passed from other apps whole URI is needed.
I know that you can extract deep link intent using KEY_DEEP_LINK_INTENT, but it only works if deep link was created from intent. If navigate(Uri) or navigate(NavDeepLinkRequest) overloads were used there is no way to get whole URI.