commit | dbd03821307c77333fc67e043b808ff936f24f24 | [log] [tgz] |
---|---|---|
author | PauloftheWest <paulofthewest@google.com> | Thu Dec 04 11:56:35 2014 -0800 |
committer | PauloftheWest <paulofthewest@google.com> | Thu Dec 04 11:56:35 2014 -0800 |
tree | bbfa8c679a8afa02b505dc5840634e371d43837c | |
parent | 3f5fd1febae34976bdc3f03b44eaec99bbf9703b [diff] [blame] |
SIM cards in Setting will only show on Multi-SIM devices Bug: 16808006 Change-Id: Iecba1a1dabecf20ac8fa8c137f4eef4555ddceaf
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; } /**