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

* commit 'ab3f2f6e4de972442c48a6cc1283c428116c769a':
  Disabled SIM Cards in Settings.
This commit is contained in:
PauloftheWest
2014-09-08 22:22:16 +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;
}
/**