I am using B4XPages for my application and when I need to request permission for something, I would go with the default way of using
I use this on an emulator, however, sometimes this doesn't work on a real device so instead, I use
Using Activity_PermissionResult works fine as well. I was wondering if it's okay to be using Activity_PermissionResult instead of B4XPage_PermissionResult since the Activity_PermissionResult works.
Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean)
I use this on an emulator, however, sometimes this doesn't work on a real device so instead, I use
Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
Using Activity_PermissionResult works fine as well. I was wondering if it's okay to be using Activity_PermissionResult instead of B4XPage_PermissionResult since the Activity_PermissionResult works.