Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ad004ae authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Add comment about support lib to GnssStatus

Test: n/a
Change-Id: I03976f47d08ac215523db8c946aa302624fbaf07
parent 643bbeb1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,7 +27,11 @@ import java.lang.annotation.RetentionPolicy;
 * This class is used in conjunction with the {@link GnssStatus.Callback}.
 */
public final class GnssStatus {

    // these must match the definitions in gps.h
    //
    // Note: these constants are also duplicated in GnssStatusCompat.java in the androidx support
    // library. if adding a constellation, please update that file as well.

    /** Unknown constellation type. */
    public static final int CONSTELLATION_UNKNOWN = 0;