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

Commit 1be51cc4 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: b30d4cf0 am: bb792054

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

Change-Id: I31979e1a96842193421a756b60bf0bf0e3dd1f50
parents 61f21e71 bb792054
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) {