Merge "Add bundle key: bundleOverrideIcon" into udc-dev
diff --git a/searchuilib/src/com/android/app/search/SearchTargetExtras.java b/searchuilib/src/com/android/app/search/SearchTargetExtras.java
index 25b68a2..86455da 100644
--- a/searchuilib/src/com/android/app/search/SearchTargetExtras.java
+++ b/searchuilib/src/com/android/app/search/SearchTargetExtras.java
@@ -50,6 +50,8 @@
// 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";