I\'m using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes. Documentation says, that Location.getExtras() contains nex
I use Location.getExtras().getInt("satellites"), and it give the number of satellites in use.