Hi, I have an old procedure that works perfectly on a tablet with Android 7. Now I got a new tablet with Android 14, and the app gives me a "permission denied" error when opening any file type. My files are located at: Downloads.
With the new version of Android, I need to grant permissions, but I don't know where.
Thanks.
Hi, I have an old procedure that works perfectly on a tablet with Android 7. Now I got a new tablet with Android 14, and the app gives me a "permission denied" error when opening any file type. My files are located at: Downloads.
With the new version of Android, I need to grant permissions, but I don't know where.
Thanks.
1. Edit: In B4XPages the permission result event signature is: Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean) 2. Important to read: https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content If the targetSdkVersion is...
PermissionsManager is a library that enables the management of runtime permissions. This library completely replaces the standard RuntimePermissions library with the addition of modern dangerous permissions and special permissions that require approval via the settings application. This library...