From 823a39fcef4c34081a3dd00cf7ddfa81cda5aafc Mon Sep 17 00:00:00 2001 From: Vikram Aggarwal Date: Thu, 29 Mar 2012 15:36:26 -0700 Subject: [PATCH] Fix suggestions package name. Change-Id: I449ac69d4f0f38a04e1b99e7ab23e6d3095247d3 --- email2/AndroidManifest.xml | 2 +- email2/res/xml/searchable.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/email2/AndroidManifest.xml b/email2/AndroidManifest.xml index 27f8bb620..51fd8438d 100644 --- a/email2/AndroidManifest.xml +++ b/email2/AndroidManifest.xml @@ -254,7 +254,7 @@ called SuggestionsProvider. It declares an authority which looks up package name at runtime with getContext().getPackageName() and adds ".SuggestionsProvider" to it. --> + android:authorities="com.google.android.email.SuggestionsProvider" /> diff --git a/email2/res/xml/searchable.xml b/email2/res/xml/searchable.xml index 3fe25a854..f1b98dd25 100644 --- a/email2/res/xml/searchable.xml +++ b/email2/res/xml/searchable.xml @@ -19,7 +19,7 @@ android:label="@string/search_title" android:hint="@string/search_hint" android:icon="@drawable/ic_menu_search_holo_light" - android:searchSuggestAuthority="com.android.email.SuggestionsProvider" + android:searchSuggestAuthority="com.google.android.email.SuggestionsProvider" android:searchSuggestSelection="query LIKE ?" android:searchSuggestIntentAction="android.intent.action.SEARCH" android:imeOptions="actionSearch" />