forked from openkylin/platform_build
Include WebSearchProvider in all builds.
WebSearchProvider is an open implementation of fetching suggestions and launching searches to third party web search engines. This should be available along with GoogleSearch in all builds which include the GoogleSearch package.
This commit is contained in:
parent
0bb9ce9ec3
commit
f4d7c620f1
|
@ -21,5 +21,6 @@ PRODUCT_PACKAGES := \
|
|||
TelephonyProvider \
|
||||
UserDictionaryProvider \
|
||||
PackageInstaller \
|
||||
WebSearchProvider \
|
||||
Bugreport
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ PRODUCT_PACKAGES := \
|
|||
MediaProvider \
|
||||
SettingsProvider \
|
||||
PackageInstaller \
|
||||
WebSearchProvider \
|
||||
Bugreport \
|
||||
Launcher \
|
||||
Settings \
|
||||
|
|
Loading…
Reference in New Issue