Fix suggestions package name.
Change-Id: I449ac69d4f0f38a04e1b99e7ab23e6d3095247d3
This commit is contained in:
parent
69f44be729
commit
823a39fcef
@ -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. -->
|
||||
<provider android:name="com.android.mail.providers.SuggestionsProvider"
|
||||
android:authorities="com.android.email.SuggestionsProvider" />
|
||||
android:authorities="com.google.android.email.SuggestionsProvider" />
|
||||
|
||||
<receiver android:name="com.android.mail.providers.protos.boot.AccountReceiver">
|
||||
<intent-filter>
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user