Hello
In location example we have
Private Sub Application_Background
LocManager.Stop
LocManager.StopHeading
App.IdleTimerDisabled = False
End Sub
If we delete:
LocManager.Stop
LocManager.StopHeading
App.IdleTimerDisabled = False
can app continue on background to count the distance traveled
if not without services, how can we do this?
TY
In location example we have
Private Sub Application_Background
LocManager.Stop
LocManager.StopHeading
App.IdleTimerDisabled = False
End Sub
If we delete:
LocManager.Stop
LocManager.StopHeading
App.IdleTimerDisabled = False
can app continue on background to count the distance traveled
if not without services, how can we do this?
TY