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

Commit 2291ba21 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Improve carrierconfig to support multisim in ServiceStateTracker"

parents 129dad08 5007df23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3646,7 +3646,7 @@ public class ServiceStateTracker extends Handler {
        CarrierConfigManager configManager = (CarrierConfigManager)
                context.getSystemService(Context.CARRIER_CONFIG_SERVICE);
        if (configManager != null) {
            PersistableBundle bundle = configManager.getConfig();
            PersistableBundle bundle = configManager.getConfigForSubId(mPhone.getSubId());
            if (bundle != null) {
                boolean disableVoiceBarringNotification = bundle.getBoolean(
                        CarrierConfigManager.KEY_DISABLE_VOICE_BARRING_NOTIFICATION_BOOL, false);