B4A Question [B4X_Pages] Runtime Permission inside Classes (Wait For) - Hamied Abou Hulaikah (first post)    Jun 05, 2022   (1 reaction) According my knoweldge, runtimepermission is end user conscent, that is mean it should be visible to him, this can't be achieved by invisible module. B4A Question Dex merg error defined multiple times - Erel (first post)    Aug 03, 2023   (1 reaction) Use RuntimePermissions. B4A Question Content Chooser Help - Spright (first post)    Apr 15, 2023 Possible alternative to the external storage permission, which is mostly no longer available. RuntimePermissions.GetSafeDirDefaultExternal - A folder on the secondary storage, where you app can access without permissions. The path is a bit cumbersome (Log it to see)." B4A Question runtimepermissions strange behaviour - Erel (first post)    May 18, 2022 That's incorrect.
You are using an old version of RuntimePermissions. Delete it from the internal libraries folder and reinstall B4A. B4i Question Camera permission - ilan (first post)    Jun 12, 2022 Runtimepermission is a android feature.
do you want to check if your app has permission to use the camera?
when you try to take a picture the OS will ask for permission. if the user will deny then as far as i remember the "Success" variable in the Cam_Complete event will return FALSE. Italian RuntimePermission - LucaMs (first post)    Feb 06, 2024   (1 reaction) No.
Metterli nel Manifest "dice" all'app che avrà bisogno del consenso dell'utente, usare RuntimePermission serve a chiederlo (e salvare la risposta). B4A Question file dialog not working in release mode - DonManfred (first post)    Jul 16, 2020 Search for Runtimepermissions B4A Question Install intent no longer working - DonManfred (first post)    Sep 09, 2020 Runtimepermissions B4A Question File.DirRootExternal become not work - vmag (first post)    Sep 22, 2020   (1 reaction) Excuse me, this is Dim rp As RuntimePermissions B4A Question Geo Location - DonManfred (first post)    Mar 25, 2019   (1 reaction) There is no problem with runtimepermissions if you implement it correctly.
You need to use runtimepermissions starting from sdk 23, yes.
See link above in Post #2 Page: 1   2   3   4   5   6   7   Powered by ColBERT |