Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98d69271 authored by Mike LeBeau's avatar Mike LeBeau Committed by Jean-Baptiste Queru
Browse files

Add new searchSettingsDescription attribute for Contacts's searchable.

This will be shown under the individual searchable item in system search settings.
parent 22f615fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -709,4 +709,7 @@

    <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
    <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
    
    <!-- The string used to describe Contacts as a searchable item within system search settings. -->
    <string name="search_settings_description">Address book</string>
</resources>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    android:searchSuggestAuthority="contacts"
    android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
    android:searchSuggestIntentData="content://contacts/people"
    android:searchSettingsDescription="@string/search_settings_description"
>

    <!-- allow green action key for search-bar and per-suggestion clicks -->