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

Commit f762589d authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3145 into donut

* changes:
  Add INTENT_ACTION_WEB_SEARCH_SETTINGS (thereby fixing the build too :)).
parents c08fc64f 3a27803b
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.