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

Commit bf8a86d6 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

am: b51afe00

Change-Id: I3a774ef6f9ec18c94c6de52f98f6879979ce6b38
parents c90cab12 b51afe00
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) {