I\'m using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes. Documentation says, that Location.getExtras() contains nex
Nope it means that your phone manufacturer decided not to implement this. (Or you could be using the NETWORK_PROVIDER which does not use satellites)
NETWORK_PROVIDER
Use a NmeaListener and parse the sentences to know the number of satellites visible or used.