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

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

Turn off RTT if a carrier doesn't support it am: b209db8d

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

Change-Id: I9852ff878ba675e8cc9bff0d828e9cc1cb1c70ed
parents ce3a92c5 b209db8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2077,6 +2077,8 @@ public class ImsManager implements IFeatureConnector {

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