Isac Active Member Licensed User Longtime User Oct 3, 2014 #1 hello, I would like to enable the gps automatically just by pressing a button. B4X: Sub gps2_Click GPS1.Initialize("GPS") If GPS1.GPSEnabled= False Then GPS1.Start(0, 0) End If End Sub
hello, I would like to enable the gps automatically just by pressing a button. B4X: Sub gps2_Click GPS1.Initialize("GPS") If GPS1.GPSEnabled= False Then GPS1.Start(0, 0) End If End Sub
Erel B4X founder Staff member Licensed User Longtime User Oct 5, 2014 #2 It is not possible. You can send an intent that will take the user to the settings screen. Upvote 0