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

* commit 'e5f847357697f15fe0507b9c9a77e85f2c0aeedf':
  Disabled SIM Cards in Settings.
This commit is contained in:
PauloftheWest
2014-09-08 22:08:41 +00:00
committed by Android Git Automerger

View File

@@ -839,7 +839,9 @@ public final class Utils {
final TelephonyManager tm =
(TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
return tm.getSimCount() > 0;
// TODO: Uncomment to re-enable SimSettings.
// return tm.getSimCount() > 0;
return false;
}
/**