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

Commit 53bca636 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "Revert "telephony: Allow a device to always force the use of short DTMF"" into gingerbread

parents ebc61e13 fa7971c1
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -1117,13 +1117,8 @@ public class RIL extends BaseCommands implements CommandsInterface {

    public void
    startDtmf(char c, Message result) {
        RILRequest rr;
        if (SystemProperties.getBoolean(
                 "ro.telephony.force_short_dtmf", false)) {
            rr = RILRequest.obtain(RIL_REQUEST_DTMF, result);
        } else {
            rr = RILRequest.obtain(RIL_REQUEST_DTMF_START, result);
        }
        RILRequest rr
                = RILRequest.obtain(RIL_REQUEST_DTMF_START, result);

        if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest));