How to detect GPS signal strength such as low (weak) or high ?
is there an API class ?
Thanks in advance.
The getAccuracy() method of the Location object returned by onLocationChanged provides a good indication of how good the "fix" is.
getAccuracy()
onLocationChanged