Skip to content

Commit

Permalink
Update plugin.xml
Browse files Browse the repository at this point in the history
For Android 10 and above, FINE_LOCATION access seems to be required to allow bluetooth scanning. See similar issue here: randdusing/cordova-plugin-bluetoothle#579 .
  • Loading branch information
jholthusen authored Feb 16, 2021
1 parent 86017ed commit dc91dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
</config-file>

</platform>
Expand Down

0 comments on commit dc91dea

Please sign in to comment.