ActivityRouter icon indicating copy to clipboard operation
ActivityRouter copied to clipboard

参数值带路径时,无法正常跳转

Open vdiskmobile opened this issue 6 years ago • 1 comments

假设参数值为"/sdcard/xxxx/xxxx",如果操作之前不做encode处理,则无法跳转,如果做了encode处理,页面可以跳转,但是拿到的参数值进行decode之后,和原始参数值不一致,无法满足业务

vdiskmobile avatar Aug 09 '17 02:08 vdiskmobile

encode和decode方法问题

DespairK avatar Mar 22 '18 09:03 DespairK