(the search facility doesn't seem to be working today, so sorry if this is a duplicate)
The documentation for run time permissions quote the following to be added to the manifest editor:
Should it actually say ="22"?
I spent a while trying to get a device with Android 4.4.2 working until I changed this.
The documentation for run time permissions quote the following to be added to the manifest editor:
B4X:
AddManifestText(<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="18" />
)
I spent a while trying to get a device with Android 4.4.2 working until I changed this.