From b1acf1901705896c093c0cfb7748af585ebbe9c0 Mon Sep 17 00:00:00 2001 From: rksharma95 <81104646+rksharma95@users.noreply.github.com> Date: Sun, 21 Mar 2021 23:15:41 +0530 Subject: [PATCH] Update README.md I noticed that there is a typo in line #23. line 23: The Awareness APIs (both Snapshot and Fend) require an API key in your manifest. #fix proposed in this PR, it should be 'Fence' (one of the two The Awareness APIs) in place of 'Fend' --- AwarenessApisSampleKotlin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AwarenessApisSampleKotlin/README.md b/AwarenessApisSampleKotlin/README.md index 085dfbe6..3c7cc5cf 100644 --- a/AwarenessApisSampleKotlin/README.md +++ b/AwarenessApisSampleKotlin/README.md @@ -20,7 +20,7 @@ Developers can find more about this API and other Awareness APIs in our [Getting Users can request the current environment by pressing the "Request Snapshot" button. -**IMPORTANT NOTE**: The Awareness APIs (both Snapshot and Fend) require an API key in your manifest. +**IMPORTANT NOTE**: The Awareness APIs (both Snapshot and Fence) require an API key in your manifest. Check [this link][3] for more information. [1]: https://developers.google.com/android/reference/com/google/android/gms/awareness/Awareness#getSnapshotClient(android.app.Activity) @@ -48,4 +48,4 @@ If you've found an error in this sample, please file an issue: https://github.com/android/location-samples/issues Patches are encouraged, and may be submitted according to the instructions in -CONTRIBUTING.md. \ No newline at end of file +CONTRIBUTING.md.