Skip to content

Commit 32f4700

Browse files
Kazuhiro Ondodsandler
authored andcommitted
Always show appropriate mobile service label.
Fix for Carrier Verification case failure for not showing "no internet connection" text on expanded status bar while mobile data connection is not CONNECTED state. Bug:5884774 Change-Id: I433d5de626b9b0cff20d192cb6aae214f3e014b3
1 parent 12310ee commit 32f4700

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,9 @@ void refreshViews() {
913913
combinedActivityIconId = mMobileActivityIconId;
914914
combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
915915
mContentDescriptionCombinedSignal = mContentDescriptionDataType;
916+
} else {
917+
mobileLabel = mHasMobileDataFeature ?
918+
context.getString(R.string.status_bar_settings_signal_meter_disconnected) : "";
916919
}
917920

918921
if (mWifiConnected) {

0 commit comments

Comments
 (0)