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

Commit 32e1488b authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "Add bundle key: bundleOverrideIcon" into udc-dev

parents d97c0260 6ec9284b
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";