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

Commit c87f7a9b 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

Change-Id: I4468544daf779f9d7ca885ee27f1729f1ef00484
parents 30c717c9 e8fee1ab
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);