Merge "Disabled SIM Cards in Settings." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e5f8473576
@@ -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