Is it possible to get current device location by using the intent activity ?
Can intent object return values as altitude or longitude?
B4X:
Dim i as intent
i.Initialize("android.location.location.getLatitude","")
StartActivity(i)
End Sub
Last edited: