diff options
| author | 2019-11-11 16:29:11 -0800 | |
|---|---|---|
| committer | 2019-11-11 16:29:11 -0800 | |
| commit | 0ad004ae8dbf4ee080e1f94f46f53df8ca31e3e2 (patch) | |
| tree | ff88fa452580a727d8817ec6ea51db8f8b1d1071 /location/java/android | |
| parent | 643bbeb147ea1f64d2151592ab40bd3bdc6fd1fc (diff) | |
Add comment about support lib to GnssStatus
Test: n/a
Change-Id: I03976f47d08ac215523db8c946aa302624fbaf07
Diffstat (limited to 'location/java/android')
| -rw-r--r-- | location/java/android/location/GnssStatus.java | 4 |
1 files changed, 4 insertions, 0 deletions
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; |