MustafaDev-shaikh
MustafaDev-shaikh
did u find the soluation
Same issue How to fix this
Kindly use own logic for select file or images on android 11 has restricted
@MahmoudMabrok did you solve this issue.
@MahmoudMabrok I have solve the issue in filePath Utils class. use this link https://stackoverflow.com/a/62088559
It's Working @jaiselrahman @meumeunome but it's lagging
* No when we open file-picker option its show like that *@jaiselrahman Okay I will try with alpha01 and update you
this is my code I have used to pick pdf file ``` `Intent intent = new Intent(this, FilePickerActivity.class); intent.putExtra(FilePickerActivity.CONFIGS, new Configurations.Builder() .setCheckPermission(true) .setSuffixes("pdf") .enableImageCapture(false) .setShowFiles(true) .setShowImages(false) .setShowVideos(false) .setSelectedMediaFiles(mediaFiles) .setSkipZeroSizeFiles(true) .setMaxSelection(1)...
@sajphon Thanks dude the solution is working very well. But there is one issue is internet connect get connect it's start from splash screen How can we Solve this issue.???...