From df5aaec66325a24d67b98a962dfc8945cc1ff030 Mon Sep 17 00:00:00 2001 From: Yanting Yang Date: Wed, 29 Apr 2020 17:14:35 +0800 Subject: [PATCH] Remove index for Take call on of Sound page "Take call on" is only visible when there are multiple media devices connected and phone call is incoming or answering. In general, this preference is hard to see for users. In reality, users usually change the phone call output on Phone app, it's a rare case that user will go to Settings to search "Take call on" to change the phone call output when they are answering call. Intend to remove its index from Settings Search first since it's almost invisible on Sound page. Users will confuse that why Sound page doesn't show the corresponding preference when they found the "Take call on" and tapped on it from Settings Search. Fixes: 140392320 Test: visual and robotests Change-Id: I87ec4fda2a3d8625c8f09beeffe348a302187d6d --- res/xml/sound_settings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index bdffcf8bcad..1e0d91663e4 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -61,6 +61,7 @@ android:title="@string/take_call_on_title" android:dialogTitle="@string/take_call_on_title" android:order="-165" + settings:searchable="false" settings:controller="com.android.settings.sound.HandsFreeProfileOutputPreferenceController"/>