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

Commit aef8b718 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by android-build-merger
Browse files

Merge "Fix MSIM issue of broadcast intent overwritten unintentionally" am:...

Merge "Fix MSIM issue of broadcast intent overwritten unintentionally" am: fbb48bce am: 2b5a69cb am: 32a36930
am: eaff181b

Change-Id: Iad782cbb20e16b90d084e8bcab14928520d6af7d
parents eb909ee0 eaff181b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1381,7 +1381,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
        }

        Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
        intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING);
        Bundle data = new Bundle();
        signalStrength.fillInNotifierBundle(data);
        intent.putExtras(data);