Merge "SIM cards in Setting will only show on Multi-SIM devices" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2a56b1943f
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user