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

Commit 264d1263 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 am: 8e6aa7ff

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



Change-Id: I02ee0ed246b0fdfebbc0e374f388d9be3f271cf5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 53eaf2db 8e6aa7ff
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";
}