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 Runtime Permissions - Erel (first post)    Jul 06, 2023   (1 reaction) 1. Click on the List Permissions button in the logs tab. Do you see the relevant permissions listed there? If not then the dialog will not appear.
2. Change the package name as a test and run the app. 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 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 Permission asked anyway before installation - corwin42 (first post)    Apr 04, 2017   (2 reactions) 1. You need to add the permission to the manifest as before.
2. Runtime permissions is a feature of Android 6.0 and above so on devices with lower android versions the permissions will be asked at install time. B4A Question About runtime permission - Erel (first post)    Aug 04, 2016   (1 reaction) You are confusing different things. Runtime permissions are only relevant if targetSdkVersion is set to 23+. The android version under Tools - Configure Paths is not important in this case.
The code you posted if not related to the runtime permissions feature.
The answer is that you can set the ta B4A Question under targetSdkVersion="26" camera-mode will not work... - josejad (first post)    Apr 03, 2019 Look the post: https://www.b4x.-permissions-android-6-0-permissions.67689/
As you can read there:
B4A v6.0 adds support for runtime permissions. The nice thing about runtime permissions is that the user is not asked for any permission when they install your application from Google Play. Instead t 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 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 Runtime Permission Enable Gps - BillMeyer (first post)    Feb 20, 2018   (3 reactions) The answer is right here. The first snippet of code is exactly what you want - AND - it works - I've tried it.
It also has a reference to runtime permissions which you will need with the new SDK's etc.
Enjoy !!
64848 Page: 1   2   3   4   5   6   7   Powered by ColBERT |