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

Commit c9eab88a authored by Becky Qiu's avatar Becky Qiu Committed by Android (Google) Code Review
Browse files

Merge "[Toast] Rename the extra to be used to skip logging for both trampoline...

Merge "[Toast] Rename the extra to be used to skip logging for both trampoline activity and open srp in chrome." into tm-qpr-dev
parents 105ff0d3 9593926f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -32,10 +32,8 @@ public class SearchActionExtras {
    public static final String BUNDLE_EXTRA_ICON_CACHE_KEY = "icon_cache_key";
    public static final String BUNDLE_EXTRA_SHOULD_START = "should_start";
    public static final String BUNDLE_EXTRA_SHOULD_START_FOR_RESULT = "should_start_for_result";
    public static final String BUNDLE_EXTRA_SUGGEST_OPEN_DEFAULT_BROWSER =
            "suggest_open_default_browser";
    public static final String BUNDLE_EXTRA_TRAMPOLINE_ACTIVITY_ENABLED =
            "trampoline_activity_enabled";
    public static final String BUNDLE_EXTRA_SUGGESTION_ACTION_TEXT = "suggestion_action_text";
    public static final String BUNDLE_EXTRA_SUGGESTION_ACTION_RPC = "suggestion_action_rpc";
    public static final String BUNDLE_EXTRA_SKIP_LOGGING_IN_TARGET_HANDLER =
            "skip_logging_in_target_handler";
}