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

Commit 998377b8 authored by Chen Xu's avatar Chen Xu Committed by Automerger Merge Worker
Browse files

Merge "Get configs for a particular subscription" am: 743b9898 am:...

Merge "Get configs for a particular subscription" am: 743b9898 am: b30d4cf0 am: bb792054 am: 1be51cc4 am: feedafbf

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1827054

Change-Id: Ic1d4bda692df3b14bf29f622de31ffbab98eeb0f
parents 06bd37bb feedafbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public class CarrierSignalAgent extends Handler {
                .getSystemService(Context.CARRIER_CONFIG_SERVICE);
        PersistableBundle b = null;
        if (configManager != null) {
            b = configManager.getConfig();
            b = configManager.getConfigForSubId(mPhone.getSubId());
        }
        if (b != null) {
            synchronized (mCachedWakeSignalConfigs) {