Update synonyms and fix some issues related to them
- update synonyms definitions - fix issue with L release regression for indexing "Backup & reset": was missing the marker interface "Indexable" - fix non working synonyms for "Language & input": their declaration was done in the XML preference file but was not used because the SearchIndexProvider was built "by hand" See bug #17474866 Settings search synonyms needs an update Change-Id: Iceab71a0e3214f3a8ba0dcd77756c3632609c5ce
This commit is contained in:
@@ -5567,22 +5567,22 @@
|
||||
|
||||
<!--Search Keywords [CHAR LIMIT=NONE]-->
|
||||
<string name="keywords_wifi">wifi wi-fi network connection</string>
|
||||
<string name="keywords_more_default_sms_app">text message</string>
|
||||
<string name="keywords_more_mobile_networks">cellular cell carrier wireless</string>
|
||||
<string name="keywords_more_default_sms_app">text message texting messages messaging</string>
|
||||
<string name="keywords_more_mobile_networks">cellular cell carrier wireless data 4g 3g 2g lte</string>
|
||||
<string name="keywords_home">launcher</string>
|
||||
<string name="keywords_display">screen touchscreen</string>
|
||||
<string name="keywords_display_brightness_level">dim screen touchscreen</string>
|
||||
<string name="keywords_display_auto_brightness">dim screen touchscreen</string>
|
||||
<string name="keywords_display_wallpaper">background</string>
|
||||
<string name="keywords_display_brightness_level">dim screen touchscreen battery</string>
|
||||
<string name="keywords_display_auto_brightness">dim screen touchscreen battery</string>
|
||||
<string name="keywords_display_wallpaper">background personalize customize diplay</string>
|
||||
<string name="keywords_display_font_size">text size</string>
|
||||
<string name="keywords_display_cast_screen">project</string>
|
||||
<string name="keywords_storage">space disk hard drive</string>
|
||||
<string name="keywords_battery">power</string>
|
||||
<string name="keywords_spell_checker">spelling</string>
|
||||
<string name="keywords_storage">space disk hard drive device usage</string>
|
||||
<string name="keywords_battery">power usage charge</string>
|
||||
<string name="keywords_spell_checker">spelling dictionary spellcheck auto-correct</string>
|
||||
<string name="keywords_voice_input">recognizer input speech speak language hands-free hand free recognition offensive word audio history bluetooth headset</string>
|
||||
<string name="keywords_text_to_speech_output">rate language default speak speaking</string>
|
||||
<string name="keywords_date_and_time">clock</string>
|
||||
<string name="keywords_factory_data_reset">wipe delete</string>
|
||||
<string name="keywords_text_to_speech_output">rate language default speak speaking tts accessibility reader blind</string>
|
||||
<string name="keywords_date_and_time">clock military</string>
|
||||
<string name="keywords_factory_data_reset">wipe delete restore clear remove</string>
|
||||
<string name="keywords_printing">printer</string>
|
||||
<string name="keywords_sounds_and_notifications">speaker beep</string>
|
||||
<string name="keywords_sounds_and_notifications_interruptions">dont don\'t disturb interrupt interruption break</string>
|
||||
@@ -5591,7 +5591,7 @@
|
||||
<string name="keywords_location_mode">accuracy</string>
|
||||
<string name="keywords_accounts">account</string>
|
||||
<string name="keywords_users">restriction restrict restricted</string>
|
||||
<string name="keywords_keyboard_and_ime">text correction correct sound vibrate auto language gesture suggest suggestion theme offensive word type emoji</string>
|
||||
<string name="keywords_keyboard_and_ime">text correction correct sound vibrate auto language gesture suggest suggestion theme offensive word type emoji international</string>
|
||||
<!-- Search keywords for different screen unlock modes : slide to unlock, password, pattern and PIN [CHAR LIMIT=none] -->
|
||||
<string name="keywords_lockscreen">slide password pattern pin</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user