Hi All,
I am using JHSBarCodes Library, all was ok until I changed the target sdk from 28 to 29
Android jar
At startup the app is requesting external storage permission
The error I am getting is
Any ideas?
I am using JHSBarCodes Library, all was ok until I changed the target sdk from 28 to 29
B4X:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="29"/>
Android jar
B4X:
C:\android_sdk_2\platforms\android-30\android.jar
At startup the app is requesting external storage permission
B4X:
PERMISSION_WRITE_EXTERNAL_STORAGE
The error I am getting is
B4X:
(ErrnoException) android.system.ErrnoException: open failed: EACCES (Permission denied)
Any ideas?