diff options
| author | 2020-07-13 23:02:45 +0000 | |
|---|---|---|
| committer | 2020-07-13 23:02:45 +0000 | |
| commit | aacf1ce9ac5d0879763982ed6e94331f7be7792f (patch) | |
| tree | 7869266603c5a3f307f5fd205f5737649954dfdc | |
| parent | fa6f9cb63ce9f51be4102611a78bd7e351709a16 (diff) | |
| parent | 9a16d1a9345dcdfe8cb11e9821e2d8f15234a041 (diff) | |
Merge "docs: Fix link to loc. Google Play services API" into rvc-dev am: 4bef972b77 am: 9a16d1a934
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12063133
Change-Id: Ia5175865a73c6a14f67aed6623f9f68c9ef05676
| -rw-r--r-- | location/java/android/location/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/package.html b/location/java/android/location/package.html index 2355e725b6c5..20c5c54d6921 100644 --- a/location/java/android/location/package.html +++ b/location/java/android/location/package.html @@ -6,7 +6,7 @@ <p class="warning"> <strong>This API is not the recommended method for accessing Android location.</strong><br> The -<a href="{@docRoot}reference/com/google/android/gms/location/package-summary.html">Google Location Services API</a>, +<a href="https://developers.google.com/android/reference/com/google/android/gms/location/package-summary">Google Location Services API</a>, part of Google Play services, is the preferred way to add location-awareness to your app. It offers a simpler API, higher accuracy, low-power geofencing, and more. If you are currently using the android.location API, you are strongly |