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

Commit e4d3822e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix the issue that CB info is not displayed"

parents 3a960bf2 ddd8f064
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@ public class MSimStatus extends PreferenceActivity {
                // Ask CellBroadcastReceiver to broadcast the latest area
                // info received
                Intent getLatestIntent = new Intent(GET_LATEST_CB_AREA_INFO_ACTION);
                getLatestIntent.putExtra(PhoneConstants.SUBSCRIPTION_KEY, i);
                getLatestIntent.putExtra(PhoneConstants.PHONE_KEY, i);
                sendBroadcastAsUser(getLatestIntent, UserHandle.ALL,
                        CB_AREA_INFO_SENDER_PERMISSION);