diff options
| author | 2019-10-16 21:31:21 +0000 | |
|---|---|---|
| committer | 2019-10-16 21:31:21 +0000 | |
| commit | 99347aa6917d97d7135887b3ff41bddbea00be3c (patch) | |
| tree | 84c2952d79e2c29d2f7b9e9ecf36543b9b49d3f1 | |
| parent | a8f5a64cd347f9c0624b355584ab6916f81c4a5c (diff) | |
| parent | 88be6bf15c8f1ab359309894c7d24df0ee12c809 (diff) | |
Merge "Update javadocs as per API council feedback"
| -rw-r--r-- | location/java/android/location/Location.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/location/java/android/location/Location.java b/location/java/android/location/Location.java index 6824be8e1e3b..27274d12b1de 100644 --- a/location/java/android/location/Location.java +++ b/location/java/android/location/Location.java @@ -1211,7 +1211,8 @@ public class Location implements Parcelable { } /** - * Attaches an extra {@link Location} to this Location. + * Attaches an extra {@link Location} to this Location. This is useful for location providers + * to set the {@link #EXTRA_NO_GPS_LOCATION} extra to provide coarse locations for clients. * * @param key the key associated with the Location extra * @param value the Location to attach |