PhotoPicker icon indicating copy to clipboard operation
PhotoPicker copied to clipboard

requestCode设置在android6.0以上会出现无效的情况

Open Aixebar opened this issue 8 years ago • 2 comments
trafficstars

PhotoPicker.builder() .setPhotoCount(1) .start(this,123); 这么启动的时候5.0的两个机子返回值requestCode是123, OPPO R9s(api=23,android6.0) 返回值是默认的233, 华为荣耀V8(api=25,android7.0)返回值也是233

Aixebar avatar Jan 11 '17 09:01 Aixebar

是 Fragment 的还是 Activity 的

donglua avatar Jan 12 '17 16:01 donglua

我刚在 Demo 里试了一下,用 Nexus 5x(Android 7.1)跑的,是正确返回的。

donglua avatar Jan 12 '17 16:01 donglua