Merge "Disabled SIM Cards in Settings." into lmp-dev

This commit is contained in:
PauloftheWest
2014-09-08 22:02:11 +00:00
committed by Android (Google) Code Review

View File

@@ -839,7 +839,9 @@ 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; // TODO: Uncomment to re-enable SimSettings.
// return tm.getSimCount() > 0;
return false;
} }
/** /**