Fix can't find the search result by input "4G Calling"
Add indexable raw data for type 4G_CALLING or ADVANCED_CALL and set the volte to non-indexable if current type is not volte. Fixes: 137155154 Test: manual Change-Id: I0992f9fb95e0b1cc23fb4f38f356ee0569f3b5b1
This commit is contained in:
@@ -53,6 +53,22 @@
|
||||
settings:keywords="@string/keywords_enhance_4g_lte"
|
||||
settings:controller="com.android.settings.network.telephony.Enhanced4gLtePreferenceController"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="4g_calling"
|
||||
android:title="@string/enhanced_4g_lte_mode_title_4g_calling"
|
||||
android:persistent="false"
|
||||
android:summary="@string/enhanced_4g_lte_mode_summary_4g_calling"
|
||||
settings:keywords="@string/keywords_enhance_4g_lte"
|
||||
settings:controller="com.android.settings.network.telephony.Enhanced4gCallingPreferenceController"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="advance_call"
|
||||
android:title="@string/enhanced_4g_lte_mode_title_advanced_calling"
|
||||
android:persistent="false"
|
||||
android:summary="@string/enhanced_4g_lte_mode_summary"
|
||||
settings:keywords="@string/keywords_enhance_4g_lte"
|
||||
settings:controller="com.android.settings.network.telephony.Enhanced4gAdvancedCallingPreferenceController"/>
|
||||
|
||||
<ListPreference
|
||||
android:key="preferred_network_mode_key"
|
||||
android:title="@string/preferred_network_mode_title"
|
||||
|
||||
Reference in New Issue
Block a user