Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance/android playbackservice #221

Merged
merged 5 commits into from
Oct 27, 2023

Conversation

tvanlaerhoven
Copy link
Member

Simplified background playback service logic.

In response to toggling the backgroundAudioConfiguration.enabled property, we've refined the approach by refraining from enabling or disabling the MediaBrowserServiceCompat component. Originally, this was intended to facilitate the coexistence of multiple MediaBrowserServiceCompat instances within the same application.

Given that only one MediaBrowserServiceCompat instance is allowed to exist, our decision to disable it was necessary. Should there still be a requirement for multiple MediaBrowserServiceCompat instances, external deactivation is now the recommended approach.

@tvanlaerhoven tvanlaerhoven merged commit ddb848b into develop Oct 27, 2023
@tvanlaerhoven tvanlaerhoven deleted the maintenance/android_playbackservice branch October 27, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants