summaryrefslogtreecommitdiff
path: root/location/java/android
diff options
context:
space:
mode:
author Soonil Nagarkar <sooniln@google.com> 2019-10-15 15:15:58 -0700
committer Soonil Nagarkar <sooniln@google.com> 2019-10-15 15:15:58 -0700
commit88be6bf15c8f1ab359309894c7d24df0ee12c809 (patch)
tree2021bf51e4fe071ce27cc3a0d8160191ba74d561 /location/java/android
parent8657e7811f3ac35b8eb830c553925559be4eff3f (diff)
Update javadocs as per API council feedback
Bug: 142715945 Test: n/a Change-Id: I0a7149c144a2f660bb135efe0d32ed625b40d90b
Diffstat (limited to 'location/java/android')
-rw-r--r--location/java/android/location/Location.java3
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