checkandrequest

  1. M

    Android Question [B4X_Pages] Runtime Permission inside Classes (Wait For)

    Hi everyone, I'm moving part of my code done in a B4XPage into a Standard Class. In this code i've a Runtime Permission CheckAndRequest that requires the "Wait For" block Private Sub BeginBLEscan rp_ble.CheckAndRequest(rp_ble.PERMISSION_ACCESS_FINE_LOCATION) Wait For...
  2. M

    iOS Question Equivalent of CheckAndRequest

    Hi everyone, I built an app that requires the iSpeechRecognition, the phone ask for permission of the Microphone usage, and speech recognition the first time I need to use it. There is a why to prompt the dialog BEFORE I actually need it? (or wait for the user answer?) and more important... if...
  3. rleiman

    Android Question [SOLVED] - Trapping the result of a permission request

    Greetings, I created a permission test app to see how it works and this simple app does ask the user for the READ_PHONE_STATE permission so I know the manifest editor is set up correctly but the flow of coding ignores the statements following the CheckAndRequest statement. #Region Shared Files...
  4. M

    Android Question Android 6 CheckAndRequest always return True

    Hi guys, I'm facing a weird problem while trying to understand Android's Runtimepermission. I've followed the Erel's tutorial here: https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ It seems that does not matter what is the setting give to a resource...
Top