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

Commit 67049758 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Use directed intent for Incoming call compat" am: 553c9eef

am: c93fe1c3

Change-Id: I322168f3768b464bdc127d1b3bcd06c73b568718
parents c102b7f2 c93fe1c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ public class MmTelFeatureCompatAdapter extends MmTelFeature {

    private PendingIntent createIncomingCallPendingIntent() {
        Intent intent = new Intent(ImsManager.ACTION_IMS_INCOMING_CALL);
        intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
        intent.setPackage(TelephonyManager.PHONE_PROCESS_NAME);
        return PendingIntent.getBroadcast(mContext, 0, intent,
                PendingIntent.FLAG_UPDATE_CURRENT);
    }