Change to use DATA_ROAMING setting correctly with subId.
Bug: 18466745 Change-Id: Ib2d7979d164ca3cf32c6619340fae1dc578ca686
This commit is contained in:
@@ -3557,6 +3557,9 @@ public class TelephonyManager {
|
||||
if (name.equals(Settings.Global.MOBILE_DATA)) {
|
||||
default_val = "true".equalsIgnoreCase(
|
||||
SystemProperties.get("ro.com.android.mobiledata", "true")) ? 1 : 0;
|
||||
} else if (name.equals(Settings.Global.DATA_ROAMING)) {
|
||||
default_val = "true".equalsIgnoreCase(
|
||||
SystemProperties.get("ro.com.android.dataroaming", "false")) ? 1 : 0;
|
||||
}
|
||||
|
||||
if (default_val != val) {
|
||||
|
||||
Reference in New Issue
Block a user