Skip to content

Commit cd52930

Browse files
authored
Merge pull request #654 from DominikTrenz/master
fix permission problem android target sdk version 29
2 parents c4f2f47 + 7804f29 commit cd52930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
2626
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2727
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
28+
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
2829
</config-file>
2930
</platform>
3031
<platform name="ios">

0 commit comments

Comments
 (0)