We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8fbf8 commit b9dc03dCopy full SHA for b9dc03d
plugins/geolocation/README.md
@@ -72,7 +72,7 @@ This plugin automatically adds the following permissions to your `AndroidManifes
72
If your app requires GPS functionality to function, **you** should add the following to your `AndroidManifest.xml` file:
73
74
```xml
75
-<uses-feature android:name="android.hardware.gps" android:required="true" />
+<uses-feature android:name="android.hardware.location.gps" android:required="true" />
76
```
77
78
The Google Play Store uses this property to decide whether it should show the app to devices without GPS capabilities.
0 commit comments