commit | 2a56b1943f10beea189fa8ec5478981e6b704b42 | [log] [tgz] |
---|---|---|
author | PauloftheWest <paulofthewest@google.com> | Mon Dec 08 17:01:35 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Dec 08 17:01:35 2014 +0000 |
tree | f109feeb6077ac2dac837ea899cac8e1bf00b815 | |
parent | a2f699871eb01c6d8464699eb8808c33de15f438 [diff] | |
parent | dbd03821307c77333fc67e043b808ff936f24f24 [diff] |
Merge "SIM cards in Setting will only show on Multi-SIM devices" into lmp-mr1-dev
diff --git a/src/com/android/settings/Utils.java b/src/com/android/settings/Utils.java index 0555c75..6517ffe 100644 --- a/src/com/android/settings/Utils.java +++ b/src/com/android/settings/Utils.java
@@ -948,7 +948,7 @@ final TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); - return tm.getSimCount() > 0; + return tm.getSimCount() > 1; } /**