Assigned
Status Update
Comments
yu...@schimke.ee <yu...@schimke.ee> #2
there are some image for help
yu...@schimke.ee <yu...@schimke.ee> #4
Are we sure it isn't somewhere in Wear 3?
aq...@google.com <aq...@google.com> #5
+bengt who might have input as well.
cc...@google.com <cc...@google.com> #6
Hi Santiago, I'm confused why I was assigned to this bug. If it's a Samsung outreach issue, please reach out to our partner engineering team so they can coordinate with Samsung.
Assigning to Eddie to provide insight on how this team should engage with Samsung on this issue.
Assigning to Eddie to provide insight on how this team should engage with Samsung on this issue.
ed...@google.com <ed...@google.com> #7
Mark, it seems Galaxy Watch 4 and mediarouter are defaultign to the text "phone" but the device is a watch. Do you have any idea which engineering team this is for? Jetpack?
ed...@google.com <ed...@google.com> #8
I just saw #3, assigned to Samsung PoC.
Description
Does the name come from the device? or MediaRouter for the device speaker.
Component used: androidx.mediarouter:mediarouter
Version used: 1.3.0
Devices/Android versions reproduced on: Samsung Galaxy Watch 4
Default Media is named "Phone"
Using androidx.mediarouter.media.RouteInfo
```
Log.i("MediaRouter", "BT: $isBluetooth default: $isDefault speaker: $isDeviceSpeaker name: $name")
```
Prints
BT: false default: true speaker: true name: Phone
Also
2022-07-26 14:32:25.763 24049-24049 MediaRouter com...ndroid.horologist.mediasample V Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }