From aa41b0ec1ae935b4c2a9a71cba30d3d494222ad2 Mon Sep 17 00:00:00 2001 From: AirGitu Date: Sun, 15 Dec 2024 21:55:13 +0100 Subject: [PATCH] Add link to My location app in README.md Add link to My Location app as it helps a lot to check backends location status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a5fe04f..410fb44 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ After installing a backend, you can use UnifiedNlp by activating network-based g Since KitKat, you need to select any mode but "device only", on older Android version this setting is called "Wi-Fi & mobile network location" (ignore any misleading texts saying this is for Google's location service, you don't have Google's service installed but UnifiedNlp :smile:) +Current location as seen by GPS, Network Location and UnifiedNLP can be checked in [My Location](https://github.com/mirfatif/MyLocation) app. + Backend development ------------------- The API is available [here](https://github.com/microg/android_external_UnifiedNlpApi). Documentation may be found in the README provided with the API.