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

Commit 85b85372 authored by Chiachang Wang's avatar Chiachang Wang Committed by Automerger Merge Worker
Browse files

Merge "Update getMobileProvisioningUrl to telephony surface" am: 6aef5791

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1532063

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I26de8a5227ecaa4ede80a9154ffa5078b4fb293e
parents 1a57bfef 6aef5791
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -145,7 +145,7 @@ public class MobilePlanPreferenceController extends AbstractPreferenceController
            }
            }


            // Get provisioning URL
            // Get provisioning URL
            String url = mCm.getMobileProvisioningUrl();
            String url = mTm.getMobileProvisioningUrl();
            if (!TextUtils.isEmpty(url)) {
            if (!TextUtils.isEmpty(url)) {
                Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
                Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
                        Intent.CATEGORY_APP_BROWSER);
                        Intent.CATEGORY_APP_BROWSER);