Hello!
I am searching a way to enable GPS without user interaction.
If GPS1.GPSEnabled = False Then
ToastMessageShow("Please enable the GPS device.", True)
StartActivity(GPS1.LocationSettingsIntent)
End If
It`s possible to send keystrokes from my app to the the setup screen to turn on the GPS ?
Thanks!
I am searching a way to enable GPS without user interaction.
If GPS1.GPSEnabled = False Then
ToastMessageShow("Please enable the GPS device.", True)
StartActivity(GPS1.LocationSettingsIntent)
End If
It`s possible to send keystrokes from my app to the the setup screen to turn on the GPS ?
Thanks!