The service that manages the music player has been rewritten in kotlin

This commit is contained in:
antonio 2022-08-26 18:14:29 +02:00
parent 6b92fc5b18
commit fc9f4054dd
3 changed files with 281 additions and 144 deletions

View file

@ -32,6 +32,7 @@
</activity>
<service
android:name=".service.MediaService"
android:foregroundServiceType="mediaPlayback"
android:exported="true">
<intent-filter>
<action android:name="androidx.media3.session.MediaLibraryService" />