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

Commit 2996ad26 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 am: b0e2bcb6

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

Change-Id: I98df851b283784552b4e3f85379708ea703a55be
parents 41db0f1e b0e2bcb6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2081,6 +2081,8 @@ public class ImsManager implements IFeatureConnector {

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