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

Commit f0c8fcb5 authored by Iris Chang's avatar Iris Chang Committed by android-build-merger
Browse files

Merge "Should return the number of supported SIM cards" am: 09a4ee19 am: 52688c33

am: 88768902

Change-Id: Iaa5c55924d46726ed8df67828040431249883ae6
parents f5ba1c62 88768902
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6152,7 +6152,7 @@ public class TelephonyManager {
        // FIXME Need to get it from Telephony Dev Controller when that gets implemented!
        // and then this method shouldn't be used at all!
        if(isMultiSimEnabled()) {
            return 2;
            return getPhoneCount();
        } else {
            return 1;
        }