android 10 runtime permissions

  1. P

    German Problem mit runtime_permission

    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)...
  2. A

    Android Question Android 10 runtime permissions and backward compatibility.

    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...
  3. Arnaud

    Android Question Runtime Permissions Android 10 / File.DirRootExternal

    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...
  4. M

    Android Question USB Serial Run Time Permission (USB Serial Permisison Dialog )

    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...
Top