Android Tutorial Gnss Status Updates

Starting from Android 7 we can extract more information about the satellite navigation status.
GPS is the first satellites system (the American system). There are several more systems now available.

Android supports all kinds of systems: https://developer.android.com/reference/android/location/GnssStatus

The attached project is based on the GPS example. It uses inline Java to add a listener to the GnssStatus callback.

SS-2018-10-26_08.47.35.png


Check the logs for the other extracted values.
 

Attachments

  • GnssStatus.zip
    10.1 KB · Views: 1,065
Top