Merge "Update getMobileProvisioningUrl to telephony surface" am: 6aef579198 am: 85b853725d

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I530eff9d77629af47e4f8da2ad660aab7f3431f3
This commit is contained in:
Chiachang Wang
2020-12-29 01:01:04 +00:00
committed by Automerger Merge Worker

View File

@@ -145,7 +145,7 @@ public class MobilePlanPreferenceController extends AbstractPreferenceController
}
// Get provisioning URL
String url = mCm.getMobileProvisioningUrl();
String url = mTm.getMobileProvisioningUrl();
if (!TextUtils.isEmpty(url)) {
Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
Intent.CATEGORY_APP_BROWSER);