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

Commit 4eba63bb authored by Hall Liu's avatar Hall Liu
Browse files

Move RTT system setting to Settings.Secure

Bug: 76449217
Test: manual
Change-Id: I8e7c21b82a5e64cf8e6a1202a4ba9fa09a5b0aa0
parent 341d6a15
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) {