Skip to content

Commit

Permalink
audio_service android manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Sep 11, 2024
1 parent f2627bb commit ee33c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
<application android:label="Bloomee"
android:name="${applicationName}"
android:hardwareAccelerated="true"
Expand Down

0 comments on commit ee33c15

Please sign in to comment.