Skip to content

Commit 7804f29

Browse files
DominikDominik
authored andcommitted
fix permission problem android sdk api level 29
1 parent c4f2f47 commit 7804f29

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)