From 0ad004ae8dbf4ee080e1f94f46f53df8ca31e3e2 Mon Sep 17 00:00:00 2001 From: Soonil Nagarkar Date: Mon, 11 Nov 2019 16:29:11 -0800 Subject: Add comment about support lib to GnssStatus Test: n/a Change-Id: I03976f47d08ac215523db8c946aa302624fbaf07 --- location/java/android/location/GnssStatus.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'location/java/android') diff --git a/location/java/android/location/GnssStatus.java b/location/java/android/location/GnssStatus.java index 211a0cb5852d..b363686c2df5 100644 --- a/location/java/android/location/GnssStatus.java +++ b/location/java/android/location/GnssStatus.java @@ -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; -- cgit v1.2.3-59-g8ed1b