Hi Guys
Can someone advise how I can show the locations settings so they can be changed by the user at run time.
I have tried https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#content from 2015
which is
Which takes the user to a settings screen but the location setting (which I want the user to change) is grayed out.
Can anyone help?
Dave Morris
Can someone advise how I can show the locations settings so they can be changed by the user at run time.
I have tried https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#content from 2015
which is
B4X:
If App.OSVersion >= 8 Then
App.OpenURL("app-settings:")
End If
Which takes the user to a settings screen but the location setting (which I want the user to change) is grayed out.
Can anyone help?
Dave Morris