Merge "update isCrossSimCallingEnabledByUser name" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
14a2fd6bc1
@@ -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