Android-FilePicker
Android-FilePicker copied to clipboard
When file picker is active and I lock the device and unlock again the files are not shown
When file picker is active and I lock the device and unlock again the files are not shown
Which device?
Infinix hot4 nougat
Not able to replicate on my device. Did you check with other devices? Also Please post the filepicker configuration you used.
I have tested on two devices,
FilePickerBuilder.getInstance().setMaxCount(5) .setSelectedFiles(mediaPaths) .setActivityTheme(R.style.LibAppTheme) .enableVideoPicker(true) .enableImagePicker(true) .enableCameraSupport(false) .pickPhoto(this);