Skip to content

Commit b9dc03d

Browse files
authored
docs(geolocation): fix android feature name
1 parent cd8fbf8 commit b9dc03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/geolocation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This plugin automatically adds the following permissions to your `AndroidManifes
7272
If your app requires GPS functionality to function, **you** should add the following to your `AndroidManifest.xml` file:
7373

7474
```xml
75-
<uses-feature android:name="android.hardware.gps" android:required="true" />
75+
<uses-feature android:name="android.hardware.location.gps" android:required="true" />
7676
```
7777

7878
The Google Play Store uses this property to decide whether it should show the app to devices without GPS capabilities.

0 commit comments

Comments
 (0)