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

Commit f7e8afca authored by Danny Baumann's avatar Danny Baumann Committed by Adnan Begovic
Browse files

Revert "SystemUI can not receive intent"

This reverts commit 6060db7c.

TICKET: CRACKLING-410
Change-Id: I0aff1f6bc14dcb878d65af70d36e12b7b800ab67
(cherry picked from commit 35001445)
parent aff9a13f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -655,6 +655,7 @@ final class GsmServiceStateTracker extends ServiceStateTracker {
                        showPlmn, plmn, showSpn, spn));
            }
            Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION);
            intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING);
            intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn);
            intent.putExtra(TelephonyIntents.EXTRA_SPN, spn);
            intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn);