Playback Resumption with external applications
@marcbaechinger is already working on this.
Since Feb 5, 2024.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
On my audiobook player I received this PR which would cause all onConnect commands which do not come from my package to prepare the last played book.
https://github.com/PaulWoitaschek/Voice/pull/2280
Previously it was already a little hacky because onGetSessionwas invoking the isReleased using reflection, see https://github.com/androidx/media/issues/422
I wonder if the proposed PR is really the intended solution with media3 to support playback resumption coming from external applications.
Could you give some guideance (and even better: Write some documentation) how this is designed to work?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.