am 5acd934b
: am 2a56b194
: Merge "SIM cards in Setting will only show on Multi-SIM devices" into lmp-mr1-dev
* commit '5acd934b71f9fd96a46a189c3352191c2998883b': SIM cards in Setting will only show on Multi-SIM devices
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user