Set query after zero results.
This way we'll still be queried while the user is entering a phone
number, so we can present the call/add to contacts options once the
phone number is valid.
Bug: 5396858
Change-Id: I742934c93673a6cfc4e1d276a26be8b382f7d69c
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 17ef37f..949ec36 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -25,6 +25,7 @@
android:searchMode="queryRewriteFromText"
android:includeInGlobalSearch="true"
+ android:queryAfterZeroResults="true"
android:searchSuggestAuthority="com.android.contacts"
android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
android:searchSuggestIntentData="content://com.android.contacts/contacts/lookup"