We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad1f4a2 + 32f4700 commit 4d3161fCopy full SHA for 4d3161f
packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java
@@ -913,6 +913,9 @@ void refreshViews() {
913
combinedActivityIconId = mMobileActivityIconId;
914
combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
915
mContentDescriptionCombinedSignal = mContentDescriptionDataType;
916
+ } else {
917
+ mobileLabel = mHasMobileDataFeature ?
918
+ context.getString(R.string.status_bar_settings_signal_meter_disconnected) : "";
919
}
920
921
if (mWifiConnected) {
0 commit comments