Android Question BLE Request Permission Never Returns

ryansabin

New Member
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
 

Attachments

  • Isomia-Control.zip
    15.5 KB · Views: 118
Top