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

Commit 3a27803b authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Add INTENT_ACTION_WEB_SEARCH_SETTINGS (thereby fixing the build too :)).

parent 33a22dc9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1416,6 +1416,16 @@ public class SearchManager
    public final static String INTENT_ACTION_SEARCH_SETTINGS 
            = "android.search.action.SEARCH_SETTINGS";
    
    /**
     * Intent action for starting a web search provider's settings activity.
     * Web search providers should handle this intent if they have provider-specific
     * settings to implement.
     * 
     * @hide Pending API council approval.
     */
    public final static String INTENT_ACTION_WEB_SEARCH_SETTINGS
            = "android.search.action.WEB_SEARCH_SETTINGS";

    /**
     * If a suggestion has this value in {@link #SUGGEST_COLUMN_INTENT_ACTION},
     * the search dialog will take no action.