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

Commit 17067a13 authored by Bjorn Bringert's avatar Bjorn Bringert
Browse files

Set includeInGlobalSearch in the Contacts app

This will allow removing the Contacts-specific code
from GlobalSearch.
parent 37f5ba73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    android:hint="@string/searchHint"
    android:searchMode="queryRewriteFromText"

    android:includeInGlobalSearch="true"
    android:searchSuggestAuthority="contacts"
    android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
    android:searchSuggestIntentData="content://contacts/people"