what is the best way to get the time stamp from GNSS? I want to use just Galileo OR (GPS AND Glonass)? At the moment I use
Date gps_time = new Date(location.getTime());
but realized it just gives me the time of the fix.
I'm not sure how to get the gps time over location manager...
in GPS-time in Android there is an example delivering gps time but without milliseconds. But I need them too.