Skip to content

Commit

Permalink
fix: dont export PlaybackService to prevent ForegroundServiceDidNotSt…
Browse files Browse the repository at this point in the history
…artInTimeException

androidx/media#167
  • Loading branch information
andreasgangso committed Aug 17, 2023
1 parent b1869a2 commit 0ef7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<service
android:name="media.bcc.bccm_player.PlaybackService"
android:exported="true"
android:exported="false"
android:foregroundServiceType="mediaPlayback">
<intent-filter>
<action android:name="androidx.media3.session.MediaSessionService" />
Expand Down

0 comments on commit 0ef7c3d

Please sign in to comment.