aFileChooser icon indicating copy to clipboard operation
aFileChooser copied to clipboard

java.lang.NumberFormatException

Open i3130002 opened this issue 7 years ago • 0 comments

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

i3130002 avatar May 30 '18 22:05 i3130002