Hi, how can i retrieve the real status of a gps sensor on android or ios?
TSensorManager returns a LocationSensor
With a timer i'm printing the TSensorState flag, but it returns every time a Ready State even if i disable the Gps and/or the Wifi option on the device.
Thank you