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

Commit 5c68865a authored by Michele Berionne's avatar Michele Berionne Committed by Android (Google) Code Review
Browse files

Merge "Modified MultiSim APIs"

parents 6666c7da 3dafea26
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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() {