Hallo,
kann mir vielleicht jemand helfen und sagen, warum dieser Code unter Android-10 die App zum Absturz bringt?
Ich finde keinen Fehler und unter älteren Android-Versionen funktioniert es auch.
Dim rp As RuntimePermissions
rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)...
May I ask you a question myself - if for Android 10 we need to make so many changes for write permissions as we see in many threads on this forum - what about backward compatibility?
I still have many customers who are using Android 8 or 9 and I don't want them to upgrade their phones to Android...
Hello,
With Android 10, it is not possible to read the folder "File.DirRootExternal " because not permission.
( - 29 - No permission to access File.DirRootExternal, even with the STORAGE permission).
Is there an other way to access folder "Download " or "Bluetooth" in Android storage...
Since Android 6 was introduced, apps might require various run time(dynamic) permission in order to allow different features. Currently B4A has Run Time permission, which allow app to ask user for run time permission, for example:
rp As RuntimePermissions...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.