Loading src/java/com/android/ims/ImsManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -2618,8 +2618,10 @@ public class ImsManager implements FeatureUpdates { CapabilityChangeRequest request = new CapabilityChangeRequest(); updateVoiceCellFeatureValue(request, isNonTtyOrTtyOnVolteEnabled); updateVideoCallFeatureValue(request, isNonTtyOrTtyOnVolteEnabled); if (isImsNeeded(request)) { // update MMTEL caps for the new configuration. changeMmTelCapability(request); if (isImsNeeded(request)) { // Only turn on IMS if voice/video is enabled now in the new configuration. turnOnIms(); } } Loading Loading
src/java/com/android/ims/ImsManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -2618,8 +2618,10 @@ public class ImsManager implements FeatureUpdates { CapabilityChangeRequest request = new CapabilityChangeRequest(); updateVoiceCellFeatureValue(request, isNonTtyOrTtyOnVolteEnabled); updateVideoCallFeatureValue(request, isNonTtyOrTtyOnVolteEnabled); if (isImsNeeded(request)) { // update MMTEL caps for the new configuration. changeMmTelCapability(request); if (isImsNeeded(request)) { // Only turn on IMS if voice/video is enabled now in the new configuration. turnOnIms(); } } Loading