SIM cards in Setting will only show on Multi-SIM devices

Bug: 16808006
Change-Id: Iecba1a1dabecf20ac8fa8c137f4eef4555ddceaf
This commit is contained in:
PauloftheWest
2014-12-04 11:56:35 -08:00
parent 3f5fd1feba
commit dbd0382130

View File

@@ -948,7 +948,7 @@ public final class Utils {
final TelephonyManager tm = final TelephonyManager tm =
(TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
return tm.getSimCount() > 0; return tm.getSimCount() > 1;
} }
/** /**