am ced8d21f: Add string for \'Ethernet\'.
* commit 'ced8d21f5abf46d128264a3039f7a84155d2b9dc': Add string for 'Ethernet'.
This commit is contained in:
@@ -401,6 +401,9 @@
|
||||
<!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
|
||||
<string name="start_dreams">Start dreams</string>
|
||||
|
||||
<!-- Textual description of Ethernet connections -->
|
||||
<string name="ethernet_label">Ethernet</string>
|
||||
|
||||
<!-- QuickSettings: Airplane mode [CHAR LIMIT=NONE] -->
|
||||
<string name="quick_settings_airplane_mode_label">Airplane mode</string>
|
||||
<!-- QuickSettings: Battery Charging [CHAR LIMIT=NONE] -->
|
||||
|
||||
@@ -1097,8 +1097,7 @@ public class NetworkController extends BroadcastReceiver {
|
||||
|
||||
final boolean ethernetConnected = (mConnectedNetworkType == ConnectivityManager.TYPE_ETHERNET);
|
||||
if (ethernetConnected) {
|
||||
// TODO: icons and strings for Ethernet connectivity
|
||||
combinedLabel = mConnectedNetworkTypeName;
|
||||
combinedLabel = context.getString(R.string.ethernet_label);
|
||||
}
|
||||
|
||||
if (mAirplaneMode &&
|
||||
|
||||
Reference in New Issue
Block a user