Aslam Hossin
01/07/2020, 2:18 AMHow to convert this Uri /storage/emulated/0/DCIM/Camera/IMG_20200106_121447.jpg to File ?
Jamie Craane
01/07/2020, 7:41 AMInputStream is = context.getContentResolver().openInputStream(uri);
and then copy the contents to a File in the application cache or temp folder for example.Paul Woitaschek
01/07/2020, 11:04 AMFile(path)
gildor
01/14/2020, 11:15 PM