Merge "update isCrossSimCallingEnabledByUser name" into sc-dev

This commit is contained in:
Sooraj Sasindran
2021-03-11 23:55:50 +00:00
committed by Android (Google) Code Review

View File

@@ -106,7 +106,7 @@ public class BackupCallingPreferenceController extends TelephonyTogglePreference
return false;
}
try {
return imsMmTelMgr.isCrossSimCallingEnabledByUser();
return imsMmTelMgr.isCrossSimCallingEnabled();
} catch (ImsException exception) {
Log.w(LOG_TAG, "fail to get cross SIM calling configuration", exception);
}