Merge "update isCrossSimCallingEnabledByUser name" into sc-dev am: 14a2fd6bc1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13832226 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6e6c7e33df7ec8d42c1309f87eaf3125c6807fff
This commit is contained in:
@@ -106,7 +106,7 @@ public class BackupCallingPreferenceController extends TelephonyTogglePreference
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return imsMmTelMgr.isCrossSimCallingEnabledByUser();
|
return imsMmTelMgr.isCrossSimCallingEnabled();
|
||||||
} catch (ImsException exception) {
|
} catch (ImsException exception) {
|
||||||
Log.w(LOG_TAG, "fail to get cross SIM calling configuration", exception);
|
Log.w(LOG_TAG, "fail to get cross SIM calling configuration", exception);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user