From b9dc03d5cee0b19c014e8683ff048e84715063b3 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 22 May 2025 13:56:46 +0200 Subject: [PATCH] docs(geolocation): fix android feature name --- plugins/geolocation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geolocation/README.md b/plugins/geolocation/README.md index 5d306cee..c7cb81fb 100644 --- a/plugins/geolocation/README.md +++ b/plugins/geolocation/README.md @@ -72,7 +72,7 @@ This plugin automatically adds the following permissions to your `AndroidManifes If your app requires GPS functionality to function, **you** should add the following to your `AndroidManifest.xml` file: ```xml - + ``` The Google Play Store uses this property to decide whether it should show the app to devices without GPS capabilities.