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

Commit a438386a authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "The call_ring.absent property is a device specific workaround which...

Merge "The call_ring.absent property is a device specific workaround which should be off by default." into gingerbread
parents a38f0359 4f7b9556
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);
        }