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

Commit 51bfd683 authored by Bjorn Bringert's avatar Bjorn Bringert Committed by Android (Google) Code Review
Browse files

Merge "Fix WEB_SEARCH handler whitelist"

parents 3c79a4ab cf3b7356
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>