Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0e2bcb6 authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Turn off RTT if a carrier doesn't support it" am: 52993a3e

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/1322611

Change-Id: I86c62766da7b9aab02ac6690b5102a7c247f0138
parents fd350b73 52993a3e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2074,6 +2074,8 @@ public class ImsManager implements IFeatureConnector {

        if (isCarrierSupported) {
            setRttConfig(shouldImsRttBeOn);
        } else {
            setRttConfig(false);
        }
        return isCarrierSupported && shouldImsRttBeOn;
    }