I am having an issue with the following lines of code. I have researched the forums and cannot get it to work. I have the BLE tutorial app up and running great.
BLE.rp.CheckAndRequest(BLE.rp.PERMISSION_ACCESS_COARSE_LOCATION)
Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
If Result = False Then Return
The permission result never returns. I never get asked to approve the permission on the android.
I have included the following line in the manifest
AddPermission(android.permission.ACCESS_COARSE_LOCATION)
I have attached the entire project if that helps.
Thanks
BLE.rp.CheckAndRequest(BLE.rp.PERMISSION_ACCESS_COARSE_LOCATION)
Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
If Result = False Then Return
The permission result never returns. I never get asked to approve the permission on the android.
I have included the following line in the manifest
AddPermission(android.permission.ACCESS_COARSE_LOCATION)
I have attached the entire project if that helps.
Thanks