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

Commit cf3b7356 authored by Bjorn Bringert's avatar Bjorn Bringert
Browse files

Fix WEB_SEARCH handler whitelist

Change-Id: I9450ac1554ed062cc3f833b0986157e54165e8f1
parent 97d11958
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -131,7 +131,8 @@
         the first component from this list which is found to be installed is set as the
         preferred activity. -->
    <string-array name="default_web_search_providers">
        <item>com.android.quicksearchbox/com.android.googlesearch.GoogleSearch</item>
        <item>com.google.android.googlequicksearchbox/.google.GoogleSearch</item>
        <item>com.android.quicksearchbox/.google.GoogleSearch</item>
        <item>com.google.android.providers.enhancedgooglesearch/.Launcher</item>
        <item>com.android.googlesearch/.GoogleSearch</item>
        <item>com.android.websearch/.Search.1</item>