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

Commit f97f436e authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25918 into eclair

* changes:
  Set intent_component of in-app shortcuts to app itself
parents 5feb428f 0e62e2df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1218,7 +1218,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
        cv.put(SearchManager.SUGGEST_COLUMN_INTENT_ACTION, intent.getAction());
        cv.put(SearchManager.SUGGEST_COLUMN_INTENT_DATA, intent.getDataString());
        cv.put(SearchManager.SUGGEST_COLUMN_INTENT_COMPONENT_NAME,
                        intent.getStringExtra(SearchManager.COMPONENT_NAME_KEY));
                intent.getComponent().flattenToShortString());

        // ensure the icons will work for global search
        cv.put(SearchManager.SUGGEST_COLUMN_ICON_1,