diff --git a/res/values/strings.xml b/res/values/strings.xml index 01f25252be1..7465a601858 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -160,10 +160,10 @@ Ringtone and alarms Audio during calls - - Media - - Notifications and other system sounds + + Media and system sounds + + Notifications By default, audio output is determined by individual apps diff --git a/res/xml/accessibility_audio_routing_fragment.xml b/res/xml/accessibility_audio_routing_fragment.xml index 89fad0a2f26..51129d61b77 100644 --- a/res/xml/accessibility_audio_routing_fragment.xml +++ b/res/xml/accessibility_audio_routing_fragment.xml @@ -46,10 +46,10 @@ android:entries="@array/bluetooth_audio_routing_titles" android:entryValues="@array/bluetooth_audio_routing_values" android:summary="%s" - android:key="audio_routing_system_sounds" + android:key="audio_routing_notification" android:persistent="false" - android:title="@string/bluetooth_system_sounds_title" - settings:controller="com.android.settings.accessibility.HearingDeviceSystemSoundsRoutingPreferenceController" /> + android:title="@string/bluetooth_notification_title" + settings:controller="com.android.settings.accessibility.HearingDeviceNotificationRoutingPreferenceController" />