docs(geolocation): fix android feature name

pull/2715/head
Fabian-Lars 2 weeks ago committed by GitHub
parent cd8fbf834a
commit b9dc03d5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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: If your app requires GPS functionality to function, **you** should add the following to your `AndroidManifest.xml` file:
```xml ```xml
<uses-feature android:name="android.hardware.gps" android:required="true" /> <uses-feature android:name="android.hardware.location.gps" android:required="true" />
``` ```
The Google Play Store uses this property to decide whether it should show the app to devices without GPS capabilities. The Google Play Store uses this property to decide whether it should show the app to devices without GPS capabilities.

Loading…
Cancel
Save