Moves playback services to a package

This commit is contained in:
Vitor Pamplona
2023-10-17 15:23:43 -04:00
parent 4ab04477f8
commit 404e6cd862
9 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
tools:replace="screenOrientation" />
<service
android:name=".PlaybackService"
android:name=".service.playback.PlaybackService"
android:foregroundServiceType="mediaPlayback"
android:stopWithTask="true"
android:exported="true">