Skip to content

Commit

Permalink
Android14: added missing permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Apr 22, 2024
1 parent 3a1de10 commit 31265a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE"
android:minSdkVersion="34" />
<uses-permission
android:name="android.permission.BLUETOOTH"
android:maxSdkVersion="30" />
Expand Down

0 comments on commit 31265a7

Please sign in to comment.