B4A Tutorial Runtime Permissions (Android 6.0+ Permissions) - Erel    Mar 16, 2022   (33 reactions) - Some Android 4.4 (API 19) devices do not allow access to RuntimePermissions.GetSafeDirDefaultExternal without explicit permission although they should. It it therefore recommended to set android:maxSdkVersion to 19 in the version based permission. It was previously set to 18. B4A Question Can't read or write from DirAssets - Computersmith64 (first post)    Dec 13, 2018   (3 reactions) The runtime permissions tutorial (https://www.b4x.-permissions-android-6-0-permissions.67689/#content) provides all the information you need to be able to write the code yourself. If there are other things that aren't clear to you, then search the forum for the specific issue you are having & if you B4A Question Trying to intercept SMS messages - Erel (first post)    Apr 02, 2020   (1 reaction) You must watch the runtime permissions video tutorial. B4A Question problem "unsafe app locked" - josejad (first post)    Sep 19, 2024   (1 reaction) Just guessing, but as you can read in the Android Runtime Permissions Tutorial: And, of course, remember what Erel always says B4A Question android.permision - Erel (first post)    Jun 08, 2018 Yes. You need to read the runtime permissions tutorial. B4A Question Runtime Permission Example - Erel (first post)    Aug 31, 2020   (1 reaction) The example code in that tutorial, is one example of using runtime permissions. It is related to Google Maps. I've removed that code from the example.
Carefully watch the runtime permissions video tutorial. It is not complicated.
Zip file is available here: https://www.b4x.-maps.63930/#content and B4A Question API 30 - MANAGE_EXTERNAL_STORAGE Problem - Erel (first post)    Jan 06, 2022 You should watch the runtime permissions video tutorial: https://www.b4x.-permissions-android-6-0-permissions.67689/#content B4A Question Permission Denial: starting intent..........with revoked permission android.permission.CALL_PHONE - DonManfred (first post)    Jan 11, 2020   (4 reactions) The Runtimepermissions tutorial describes how to find out "dangerous Permissions". Every dangerous permission needs requested using Runtimepermissions.
If i add your Code to an app i can see the following Permissions needed
http://snapshots.basic4android.de/dangpermissions021.png
CALL_PHONE and RE B4A Question Permission Denial on Starting Intent when deploying app for the first time with b4a8.0 - Erel (first post)    Mar 31, 2018 You should watch the runtime permissions video tutorial. B4A Library [Class] File Explorer with visualization - Erel (first post)    Sep 17, 2018   (1 reaction) You must request this permission at runtime. See the runtime permissions tutorial. Page: 1   2   3   4   5   6   7   Powered by ColBERT |