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

Commit 4f7b9556 authored by Danny Baumann's avatar Danny Baumann
Browse files

The call_ring.absent property is a device specific workaround which

should be off by default.
parent e2bf4809
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -993,7 +993,7 @@ public abstract class PhoneBase extends Handler implements Phone {
    protected void notifyNewRingingConnectionP(Connection cn) {
        AsyncResult ar = new AsyncResult(null, cn, null);
        if (SystemProperties.getBoolean(
                "ro.telephony.call_ring.absent", true)) {
                "ro.telephony.call_ring.absent", false)) {
            sendMessageDelayed(
                    obtainMessage(EVENT_CALL_RING_CONTINUE, mCallRingContinueToken, 0), mCallRingDelay);
        }