Renew the API getCallState
Since the getCallState was marked as @Deprecated, renew this API as the getCallStateForSubscription. Bug: 279852410 Test: build pass Change-Id: I224164a2d1089483d4f63da1651d7e87296e87f4
This commit is contained in:
@@ -125,7 +125,7 @@ public class WifiCallingSettingsForSub extends SettingsPreferenceFragment
|
||||
if (prefSwitch != null) {
|
||||
isWfcEnabled = prefSwitch.isChecked();
|
||||
isCallStateIdle = getTelephonyManagerForSub(
|
||||
WifiCallingSettingsForSub.this.mSubId).getCallState()
|
||||
WifiCallingSettingsForSub.this.mSubId).getCallStateForSubscription()
|
||||
== TelephonyManager.CALL_STATE_IDLE;
|
||||
|
||||
boolean isNonTtyOrTtyOnVolteEnabled = true;
|
||||
|
Reference in New Issue
Block a user