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

Commit fbf747bb authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "move ACTION_CARRIER_SETUP intent to public api"

am: d9895586

Change-Id: Ic1b747c58bd8dc786e98bb3786e7ccecee7889be
parents 7b9f9698 d9895586
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class WirelessSettings extends SettingsPreferenceFragment implements Inde
        NetworkInfo ni = mCm.getActiveNetworkInfo();
        if (mTm.hasIccCard() && (ni != null)) {
            // Check for carrier apps that can handle provisioning first
            Intent provisioningIntent = new Intent(TelephonyIntents.ACTION_CARRIER_SETUP);
            Intent provisioningIntent = new Intent(Intent.ACTION_CARRIER_SETUP);
            List<String> carrierPackages =
                    mTm.getCarrierPackageNamesForIntent(provisioningIntent);
            if (carrierPackages != null && !carrierPackages.isEmpty()) {