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

Commit e6479d57 authored by Jack Yu's avatar Jack Yu
Browse files

DO NOT MERGE - Added a new broadcast receiver to handle Brzail channel 50 area info

Moved the area info handler from CellBroadcastReceiver to
CellBroadcastAreaInfoReceiver.

bug: 25628456
Change-Id: I2c7c6bb83245fcb6d9cc7b5dce7496e906160bab
parent cd74ebb5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -120,9 +120,7 @@ public class SimStatus extends InstrumentedPreferenceActivity {
                    return;
                }
                CellBroadcastMessage cbMessage = (CellBroadcastMessage) extras.get("message");
                if (cbMessage != null
                        && cbMessage.getServiceCategory() == 50
                        && mSir.getSubscriptionId() == cbMessage.getSubId()) {
                if (cbMessage != null && cbMessage.getServiceCategory() == 50) {
                    String latestAreaInfo = cbMessage.getMessageBody();
                    updateAreaInfo(latestAreaInfo);
                }