Merge "Display one row item per Ethernet interface" into main

This commit is contained in:
Nikhil Nayunigari
2025-02-18 15:39:43 -08:00
committed by Android (Google) Code Review
9 changed files with 202 additions and 34 deletions

View File

@@ -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>

View File

@@ -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"