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

Commit b51afe00 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Move RTT system setting to Settings.Secure" into pi-dev

am: 8667f720

Change-Id: I2dabf4d8078415c2fde7262afd6ebdb91487f83b
parents 5fedab5c 8667f720
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1813,8 +1813,8 @@ public class CallsManager extends Call.ListenerBase
    }

    private boolean isRttSettingOn() {
        return Settings.System.getInt(mContext.getContentResolver(),
                Settings.System.RTT_CALLING_MODE, 0) != 0;
        return Settings.Secure.getInt(mContext.getContentResolver(),
                Settings.Secure.RTT_CALLING_MODE, 0) != 0;
    }

    void phoneAccountSelected(Call call, PhoneAccountHandle account, boolean setDefault) {