* commit 'ab3f2f6e4de972442c48a6cc1283c428116c769a': Disabled SIM Cards in Settings.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user