Skip to content

Commit

Permalink
CDMA RIL: add SVDO support (1/2)
Browse files Browse the repository at this point in the history
based on Richard Ross's commit

Change-Id: I313edd3c52d1d0b397ca519757470b87882424d7
  • Loading branch information
Shareef Ali authored and Gerrit Code Review committed Dec 24, 2012
1 parent 431d06a commit 20c1500
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

0 comments on commit 20c1500

Please sign in to comment.