B4A Tutorial Runtime Permissions (Android 6.0+ Permissions) - Erel    Mar 16, 2022   (33 reactions) 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.-jar-targetsdkversion-minsdkversion.87610/#content
261306184
If the targetSdkVersion is lower than 23 then the standard B4A Library Simple WIFI library Updated V. 3.07 09-05-2018 - Marcob (first post)    Sep 05, 2018   (2 reactions) I guess the sentence "the permissions are included in version 3.05" means here that you don't need to add them with manifest editor but of course your app still needs the user to grant them at runtime. B4A Library PermissionsManager - Ivica Golubovic    May 15, 2023   (29 reactions) 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 con B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Feb 06, 2023   (1 reaction) B4A
Permissions
PermissionsManager
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 sett French Permission - drgottjr (first post)    Nov 02, 2020   (1 reaction) l'acces aux
messages et contacts est tres dangereux, evidemment...
le runtime permis s'effectue moyannant un petit morceau de code, dont un tas d'exmples sur le forum
voici un lien traitant des runtime permissions https://www.b4x.-permissions-android-6-0-permissions.67689/#content
bonne chance. B4A Question A toddlers guide to Permissions - Sagenut (first post)    Jun 27, 2024   (1 reaction) In the Manifest you declare which permissions your app will need to work.
Then in the code you make the effective request to the user to have such permissions granted. B4A Question UDP permissions? - drgottjr (first post)    Mar 28, 2022   (1 reaction) it's all wrong, sorry. from b4a viewpoint socket <> udpsocket. b4a socket is tcp, not udp.
you want basic? attached find basic.
you didn't say where your "server" is, but to keep things simple, i made "server" and "client" on the same device. udpsocket handles sending and receiving. it is bot B4A Question How to know where permissions are requested? - Erel (first post)    Mar 10, 2015   (2 reactions) Note that there is a common misconception about permissions. Permissions are added when you declare an object type that requires the permissions, not when you add libraries. B4A Question Permissions listed in Play Store but not declared in code - Alessandro71    Nov 26, 2022 These are the permissions of my app as shown in the Play Console app bundle detail:
android.permission.FOREGROUND_SERVICE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.
android.permission.SCHEDULE_EXACT_ALARM
androi B4A Question felUsbSerial specific permissions? - agraham (first post)    Jun 22, 2023 No there isn't! The library implements an instance of UsbManager which does implement the HasPermission and RequestPermission metods. Both of these are methods that accept a single parameter that is an instance of UsbSerial. There is no actual permission to explicitly request access to a USB device. Page: 1   2   3   4   5   6   7   Powered by ColBERT |