Fixed
Status Update
Comments
jb...@google.com <jb...@google.com>
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
Here's a fix suggested by reporter, but need to verify it first aosp/3275673
Description
Component used: Navigation
Version used: 2.8.5
When fills in the
ActivityNavigator
intent.data
, it seems to directly callUri.encode(args[argName].toString())
, thus bypassing any of theNavType
specific logic for serializing the value into a String.