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

Commit be7adcc9 authored by Diego Pontoriero's avatar Diego Pontoriero
Browse files

Change TelephonyManager method name to accurately reflect functionality.

Bug: 17163860

Change-Id: I319b3dc19c171108963113aa821e50842654a61e
parent d037d04d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class WirelessSettings extends SettingsPreferenceFragment
            // Check for carrier apps that can handle provisioning first
            Intent provisioningIntent = new Intent(TelephonyIntents.ACTION_CARRIER_SETUP);
            List<String> carrierPackages =
                    mTm.getCarrierPackageNamesForBroadcastIntent(provisioningIntent);
                    mTm.getCarrierPackageNamesForIntent(provisioningIntent);
            if (carrierPackages != null && !carrierPackages.isEmpty()) {
                if (carrierPackages.size() != 1) {
                    Log.w(TAG, "Multiple matching carrier apps found, launching the first.");