Skip to content

Commit

Permalink
fix: Remove android.hardware.location.gps feature as build fails when…
Browse files Browse the repository at this point in the history
… used along with cordova-plugin-geolocation
  • Loading branch information
mcastets committed Nov 5, 2021
1 parent 8a88e8b commit 4aa005d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<!-- GPS -->
<uses-feature android:name="android.hardware.location"/>
<uses-feature android:name="android.hardware.location.gps"/>
<!-- Comment android.hardware.location.gps as build fails when used along with cordova-plugin-geolocation -->
<!-- <uses-feature android:name="android.hardware.location.gps"/>-->
</config-file>

<resource-file src="src/android/res/layout/dummy_infowindow.xml" target="res/layout/dummy_infowindow.xml"/>
Expand Down

0 comments on commit 4aa005d

Please sign in to comment.