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

Commit 743b9898 authored by Chen Xu's avatar Chen Xu Committed by Gerrit Code Review
Browse files

Merge "Get configs for a particular subscription"

parents 1eb9a5e2 2ea311d0
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) {