Merge "Revert "Don't crash on dialer app target search results"" into sc-dev am: 1553f4dfae

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14456868

Change-Id: I2936d38a073c593c4f03dcf387ffab2634c79f6e
This commit is contained in:
Hyunyoung Song
2021-05-11 23:25:52 +00:00
committed by Automerger Merge Worker
@@ -94,11 +94,6 @@ public class SearchActionItemInfo extends ItemInfoWithIcon {
"SearchActionItemInfo can only have either an Intent or a PendingIntent");
}
mIntent = intent;
// bandage fix for just one week
if (intent != null && "com.android.server.telecom".equals(intent.getPackage())) {
intent.setAction(Intent.ACTION_DIAL);
intent.setPackage(null);
}
}
public PendingIntent getPendingIntent() {