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

Commit 83b84973 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Use directed intent for Incoming call compat" am: 553c9eef am: c93fe1c3" into pi-dev-plus-aosp
parents 00c42bc8 67049758
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);
    }