File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37683768 <!-- Name of the default audio route when an audio dock is connected. [CHAR LIMIT=50] -->
37693769 <string name =" default_audio_route_name_dock_speakers" >Dock speakers</string >
37703770
3771- <!-- Name of the default audio route when HDMI is connected. [CHAR LIMIT=50] -->
3772- <string name =" default_audio_route_name_hdmi " >HDMI audio </string >
3771+ <!-- Name of the default media route when HDMI is connected. [CHAR LIMIT=50] -->
3772+ <string name =" default_media_route_name_hdmi " >HDMI</string >
37733773
37743774 <!-- Name of the default audio route category. [CHAR LIMIT=50] -->
37753775 <string name =" default_audio_route_category_name" >System</string >
Original file line number Diff line number Diff line change 823823 <java-symbol type =" string" name =" default_audio_route_name" />
824824 <java-symbol type =" string" name =" default_audio_route_name_headphones" />
825825 <java-symbol type =" string" name =" default_audio_route_name_dock_speakers" />
826- <java-symbol type =" string" name =" default_audio_route_name_hdmi " />
826+ <java-symbol type =" string" name =" default_media_route_name_hdmi " />
827827 <java-symbol type =" string" name =" default_audio_route_category_name" />
828828 <java-symbol type =" string" name =" safe_media_volume_warning" />
829829 <java-symbol type =" string" name =" media_route_status_scanning" />
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ void updateAudioRoutes(AudioRoutesInfo newRoutes) {
135135 } else if ((newRoutes .mMainType &AudioRoutesInfo .MAIN_DOCK_SPEAKERS ) != 0 ) {
136136 name = com .android .internal .R .string .default_audio_route_name_dock_speakers ;
137137 } else if ((newRoutes .mMainType &AudioRoutesInfo .MAIN_HDMI ) != 0 ) {
138- name = com .android .internal .R .string .default_audio_route_name_hdmi ;
138+ name = com .android .internal .R .string .default_media_route_name_hdmi ;
139139 } else {
140140 name = com .android .internal .R .string .default_audio_route_name ;
141141 }
You can’t perform that action at this time.
0 commit comments