2. 第一步的else if 底下的小部分內容用 if (!mBluetoothTethered) 包起來
if (!mBluetoothTethered)
{
combinedLabel = context.getString(R.string.status_bar_settings_signal_meter_disconnected);
// On devices without mobile radios, we want to show the wifi icon
if (!mIsScreenLarge) {
...............
} else {
................
}
}
IccCardConstants.State tempSimState;