Merge "Modified MultiSim APIs"

This commit is contained in:
Michele Berionne
2019-03-21 08:01:43 +00:00
committed by Android (Google) Code Review

View File

@@ -1571,7 +1571,8 @@ public class RadioInfo extends Activity {
}
private static boolean isDsdsSupported() {
return TelephonyManager.getDefault().isMultisimSupported();
return (TelephonyManager.getDefault().isMultiSimSupported()
== TelephonyManager.MULTISIM_ALLOWED);
}
private static boolean isDsdsEnabled() {