Merge "Modified MultiSim APIs"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c68865a88
@@ -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() {
|
||||
|
Reference in New Issue
Block a user