iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

java.lang.NumberFormatException #99

Open i3130002 opened 6 years ago

i3130002 commented 6 years ago

W/System.err: java.lang.NumberFormatException: For input string: "raw:/storage/emulated/0/Download/IMG_3474.JPG"

in line 295 FileUtils.java

 final Uri contentUri = ContentUris.withAppendedId(
                        Uri.parse("content://downloads/public_downloads"), Long.valueOf(id));

will try a pull request