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

Commit a1b7851b authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Revert "Don't crash on dialer app target search results"

This reverts commit 67edf165.

Reason for revert: this was temporary launcher side fix until aiai 
proper fix was made and dropped to the system image. 

Bug: 186412929
Change-Id: Idd3abe3fe2104c316aeff16e11d8110dfee7e0d1
parent 67edf165
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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() {