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

Commit d54211c7 authored by PauloftheWest's avatar PauloftheWest Committed by Android Git Automerger
Browse files

am 5acd934b: am 2a56b194: Merge "SIM cards in Setting will only show on...

am 5acd934b: am 2a56b194: Merge "SIM cards in Setting will only show on Multi-SIM devices" into lmp-mr1-dev

* commit '5acd934b':
  SIM cards in Setting will only show on Multi-SIM devices
parents 6f55eb72 5acd934b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -948,7 +948,7 @@ public final class Utils {
        final TelephonyManager tm =
                (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);

        return tm.getSimCount() > 0;
        return tm.getSimCount() > 1;
    }

    /**