Skip to content

Commit

Permalink
#805 - Adding location.gps feature for geolocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Oct 5, 2024
1 parent 9ac7a35 commit d95b3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<!-- (see https://capacitorjs.com/docs/apis/geolocation#android) -->
<!-- Removing the maxSdkVersion is required, as otherwise the manifest merging algorithm
will add that attribute from the Bluetooth LE plugin. -->
<uses-feature android:name="android.hardware.location.gps" />
<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION"
tools:remove="android:maxSdkVersion" />
Expand Down

0 comments on commit d95b3ac

Please sign in to comment.