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

Commit 8e6aa7ff authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
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 am: c9eab88a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/21384067



Change-Id: Id712298505b4fe3f4101b6197ab80e9461c943b8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4662cfb0 c9eab88a
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";
}