Merge "Update getMobileProvisioningUrl to telephony surface"

This commit is contained in:
Chiachang Wang
2020-12-29 00:24:12 +00:00
committed by Gerrit Code Review

View File

@@ -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);