captain hawak
Member
hi
i need if user click deny permission app loop ask permission
but this code only from with first requset worked and after user click deny no work and just log >> sending message to waiting queue (activity_permissionresult)
i need if user click deny permission app loop ask permission
but this code only from with first requset worked and after user click deny no work and just log >> sending message to waiting queue (activity_permissionresult)
this code:
If p.Check(p.PERMISSION_READ_EXTERNAL_STORAGE) And p.Check(p.PERMISSION_BODY_SENSORS) Then
run_app
Else
p.CheckAndRequest(p.PERMISSION_READ_EXTERNAL_STORAGE)
p.CheckAndRequest(p.PERMISSION_BODY_SENSORS)
End If