Merge "Added multi sim support back for brazil channel 50 messages." into nyc-mr1-dev
This commit is contained in:
@@ -128,7 +128,8 @@ public class SimStatus extends SettingsPreferenceFragment {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
CellBroadcastMessage cbMessage = (CellBroadcastMessage) extras.get("message");
|
CellBroadcastMessage cbMessage = (CellBroadcastMessage) extras.get("message");
|
||||||
if (cbMessage != null && cbMessage.getServiceCategory() == 50) {
|
if (cbMessage != null && cbMessage.getServiceCategory() == 50
|
||||||
|
&& mSir.getSubscriptionId() == cbMessage.getSubId()) {
|
||||||
String latestAreaInfo = cbMessage.getMessageBody();
|
String latestAreaInfo = cbMessage.getMessageBody();
|
||||||
updateAreaInfo(latestAreaInfo);
|
updateAreaInfo(latestAreaInfo);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user