Compressor
Compressor copied to clipboard
In Nougat app gives the file not Found Exception while capturing images or getting files from gallery
Hi, I have encountered the issue regarding in Android Nougat App gives the File not found Exception While Capturing the Images or Getting Files from the Gallery What to do
The support for file system is changed from Nougat. Add
android:requestLegacyExternalStorage="true
In application tag and try once.