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

Commit 6b92fe2d authored by HYUNG HEO's avatar HYUNG HEO Committed by android-build-merger
Browse files

Merge "Improve carrierconfig to support multisim in CallTracker" am: 84e02f1b am: e8fee1ab

am: c87f7a9b

Change-Id: I5c3ac5ae1298d37bfb8f1bbe39fcecc9d93d2c1c
parents 5d9175a1 c87f7a9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ public abstract class CallTracker extends Handler {
        String[] convertMaps = null;
        CarrierConfigManager configManager = (CarrierConfigManager)
                phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE);
        PersistableBundle bundle = configManager.getConfig();
        PersistableBundle bundle = configManager.getConfigForSubId(phone.getSubId());
        if (bundle != null) {
            convertMaps =
                    bundle.getStringArray(CarrierConfigManager.KEY_DIAL_STRING_REPLACE_STRING_ARRAY);