Merge "Display one row item per Ethernet interface" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
0afd3f64a5
@@ -10993,6 +10993,9 @@
|
||||
<!-- Label for section about ethernet in data usage screen [CHAR LIMIT=60] -->
|
||||
<string name="ethernet">Ethernet</string>
|
||||
|
||||
<!-- Label for ethernet interface sub rows -->
|
||||
<string name="ethernet_interface_title">Ethernet <xliff:g id="interfaceid">%1$s</xliff:g></string>
|
||||
|
||||
<!-- Format string for amount of cellular data used [CHAR LIMIT=30] -->
|
||||
<string name="cell_data_template"><xliff:g id="amount" example="1 GB">^1</xliff:g> mobile data</string>
|
||||
|
||||
|
||||
@@ -42,6 +42,10 @@
|
||||
settings:restrictedSwitchSummary="@string/not_allowed_by_ent"
|
||||
settings:allowDividerAbove="true"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="ethernet_interfaces"
|
||||
android:layout="@layout/preference_category_no_label"/>
|
||||
|
||||
<Preference
|
||||
android:key="connected_ethernet_network"
|
||||
android:title="@string/ethernet"
|
||||
|
||||
Reference in New Issue
Block a user