Skip to content

Commit

Permalink
Add permission for service needed by Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen authored Feb 12, 2024
1 parent 22a5a19 commit 37976d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
package="com.github.florent37.assets_audio_player">

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application>
Expand Down

0 comments on commit 37976d0

Please sign in to comment.