Hi all,
I have my app running which requires a few permissions (camera, gps, write external). In any case, if the user do not allow permission (to either one of it for 3 times, the request for permission will not pop up anymore). Under such condition, how can i launch my app settings - asking user to enable permission?
* Something similar to B4i -
If App.OSVersion >= 8 Then
App.OpenURL("app-settings:")
End If
* Please see my app settings - attached jpg
I have my app running which requires a few permissions (camera, gps, write external). In any case, if the user do not allow permission (to either one of it for 3 times, the request for permission will not pop up anymore). Under such condition, how can i launch my app settings - asking user to enable permission?
* Something similar to B4i -
If App.OSVersion >= 8 Then
App.OpenURL("app-settings:")
End If
* Please see my app settings - attached jpg
Attachments
Last edited: