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

Commit cf4beddf authored by Arc Wang's avatar Arc Wang Committed by android-build-merger
Browse files

Merge "Improve multi SIM support of SmsNumberUtils"

am: 56de81a8

Change-Id: Ibe97488ff35bb7c04da1cabfb2855d8bde44cf0e
parents 14d4867f 56de81a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ public class SmsNumberUtils {
            CarrierConfigManager configManager = (CarrierConfigManager)
                    phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE);
            if (configManager != null) {
                PersistableBundle bundle = configManager.getConfig();
                PersistableBundle bundle = configManager.getConfigForSubId(phone.getSubId());
                if (bundle != null) {
                    return bundle.getBoolean(CarrierConfigManager
                            .KEY_SMS_REQUIRES_DESTINATION_NUMBER_CONVERSION_BOOL);