Results 1 issues of andy

Extending MediaLibraryService and setting the wake mode - C.WAKE_MODE_LOCAL, playback stops after the phone goes to sleep. Player class; ``` @SuppressLint("UnsafeOptInUsageError") class MusicPlayerService @Inject constructor(): MediaLibraryService() { private lateinit var...

bug