File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/com/android/systemui/statusbar/policy Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 401401 <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
402402 <string name =" start_dreams" >Start dreams</string >
403403
404+ <!-- Textual description of Ethernet connections -->
405+ <string name =" ethernet_label" >Ethernet</string >
406+
404407 <!-- QuickSettings: Airplane mode [CHAR LIMIT=NONE] -->
405408 <string name =" quick_settings_airplane_mode_label" >Airplane mode</string >
406409 <!-- QuickSettings: Battery Charging [CHAR LIMIT=NONE] -->
Original file line number Diff line number Diff line change @@ -1097,8 +1097,7 @@ void refreshViews() {
10971097
10981098 final boolean ethernetConnected = (mConnectedNetworkType == ConnectivityManager .TYPE_ETHERNET );
10991099 if (ethernetConnected ) {
1100- // TODO: icons and strings for Ethernet connectivity
1101- combinedLabel = mConnectedNetworkTypeName ;
1100+ combinedLabel = context .getString (R .string .ethernet_label );
11021101 }
11031102
11041103 if (mAirplaneMode &&
You can’t perform that action at this time.
0 commit comments