‘Permission denied’ issue even after granting. Issue is only with Samsung galaxy devices. I am using galaxy A14.
Android Manifest File:
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
see screenshot of app setting here
here I cant see any storage permission to allow from settings.
when I printed the storage permission status it show denied.
2
Answers
Can you please share the log of issue , so anyone understand easily! thanks
try adding these permissions too
then check then version and handle accordingly