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

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

Merge "Improve multi SIM support of SmsNumberUtils" am: 56de81a8

am: cf4beddf

Change-Id: I3f3ffc13a5a97ea0f432c69b75d8d2a067394f04
parents c3df90de cf4beddf
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);