diff options
| author | 2020-09-08 18:13:27 +0000 | |
|---|---|---|
| committer | 2020-09-08 18:13:27 +0000 | |
| commit | a32bde83cd86be4db96802afd138e9743f257c8c (patch) | |
| tree | 969b0e0fe1c2bdc1ceeb858ae0acbc51a345218d | |
| parent | a20cba89bf36f107cd07573a7b185c7c80c7fd20 (diff) | |
| parent | 05dc9327d3f900aeeee6bb32344a944d1e4c9ff4 (diff) | |
Merge "Small docs fix"
| -rw-r--r-- | location/java/android/location/LocationManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 6fc702e4a068..04bcbfc5f6b8 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -164,7 +164,7 @@ public class LocationManager { /** * The fused location provider. * - * <p>This provider combines may combine inputs from several location sources to provide the + * <p>This provider may combine inputs from several location sources to provide the * best possible location fix. It is implicitly used for all API's that involve the * {@link LocationRequest} object. * |