Pass the extras bundle to the playFromMediaId instead of null#13
Pass the extras bundle to the playFromMediaId instead of null#13dgiannakop wants to merge 1 commit intogooglesamples:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
1 similar comment
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
1 similar comment
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
I tested It and When I receive it on a MediaLibrarySession.Callback If I want to try something like: https://developer.android.com/guide/components/intents-common#PlaySearch The rest of the extras are vanished. |
When setting the extras on the description of a
MediaItemwe expect the same bundle to be passed along onplayFromMediaId.Correct me if I am wrong, but that is the behaviour we observe on the android automotive and android auto and wanted to make it consistent.