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

Commit 44d9191b authored by Arc Wang's avatar Arc Wang Committed by Android (Google) Code Review
Browse files

Merge "Improve multi SIM support of SmsNumberUtils"

parents 417574aa abf1fbd9
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);