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

Commit 6cf20a78 authored by Shareef Ali's avatar Shareef Ali Committed by Gerrit Code Review
Browse files

CDMA RIL: add SVDO support (1/2)

based on Richard Ross's commit

Change-Id: I313edd3c52d1d0b397ca519757470b87882424d7
parent fe35964d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -192,4 +192,9 @@ public interface TelephonyProperties
     * Ignore RIL_UNSOL_NITZ_TIME_RECEIVED completely, used for debugging/testing.
     */
    static final String PROPERTY_IGNORE_NITZ = "telephony.test.ignore.nitz";

    /**
     * Set to true to indicates support for simultaneous voice and data.
     */
    static final String PROPERTY_SVDATA = "ro.config.svlte1x";
}