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

Commit 6ec9284b authored by Brandon Dayauon's avatar Brandon Dayauon
Browse files

Add bundle key: bundleOverrideIcon

bug: 273530861
test: manual - presubmit/locally
Change-Id: Ic57f4b1402bf6913a606ce80603e6d373fe20030
parent 53a5086e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ public class SearchTargetExtras {
    // Used if subtitle view should be overridden to string that is not natively defined by the
    // search target.
    public static final String BUNDLE_EXTRA_SUBTITLE_OVERRIDE = "subtitle_override";
    // Used to override icon with the package name defined in SearchTarget.
    public static final String BUNDLE_EXTRA_ICON_OVERRIDE = "icon_override";

    // Used for logging. Returns whether spelling correction was applied.
    public static final String BUNDLE_EXTRA_IS_QUERY_CORRECTED = "is_query_corrected";