Settings: Add tethering strings for device product type

For products that have the "device" type, define tethering strings that
do not use the default "phone" string.

Bug: 393312760
Test: Manually verify UI. See screenshot in bug.
Flag: EXEMPT bugfix
Change-Id: I1e8bf814220d5414e4138fab018bd3593e96bcb6
This commit is contained in:
Wes Okuhara
2025-01-31 12:11:07 -08:00
parent fe0c780928
commit d13be24366

View File

@@ -513,14 +513,19 @@
<string name="main_clear_button_text" product="default">Erase all data</string> <string name="main_clear_button_text" product="default">Erase all data</string>
<string name="usb_tethering_subtext" product="default">Share phone\u2019s internet connection via USB</string> <string name="usb_tethering_subtext" product="default">Share phone\u2019s internet connection via USB</string>
<string name="usb_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via USB</string> <string name="usb_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via USB</string>
<!-- Bluetooth Tethering subtext [CHAR LIMIT=70]--> <string name="usb_tethering_subtext" product="device">Share device\u2019s internet connection via USB</string>
<string name="bluetooth_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Bluetooth</string>
<!-- Bluetooth Tethering subtext [CHAR LIMIT=70]--> <!-- Bluetooth Tethering subtext [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="default">Share phone\u2019s internet connection via Bluetooth</string> <string name="bluetooth_tethering_subtext" product="default">Share phone\u2019s internet connection via Bluetooth</string>
<!-- Bluetooth Tethering subtext for tablet [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Bluetooth</string>
<!-- Bluetooth Tethering subtext for generic device [CHAR LIMIT=70]-->
<string name="bluetooth_tethering_subtext" product="device">Share device\u2019s internet connection via Bluetooth</string>
<!-- Ethernet Tethering subtext [CHAR LIMIT=NONE]--> <!-- Ethernet Tethering subtext [CHAR LIMIT=NONE]-->
<string name="ethernet_tethering_subtext" product="default">Share phone\u2019s internet connection via Ethernet</string> <string name="ethernet_tethering_subtext" product="default">Share phone\u2019s internet connection via Ethernet</string>
<!-- Ethernet Tethering subtext for tablet [CHAR LIMIT=NONE]--> <!-- Ethernet Tethering subtext for tablet [CHAR LIMIT=NONE]-->
<string name="ethernet_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Ethernet</string> <string name="ethernet_tethering_subtext" product="tablet">Share tablet\u2019s internet connection via Ethernet</string>
<!-- Ethernet Tethering subtext for generic device [CHAR LIMIT=NONE]-->
<string name="ethernet_tethering_subtext" product="device">Share device\u2019s internet connection via Ethernet</string>
<!-- Main settings screen, setting title for the user to go into the About phone screen --> <!-- Main settings screen, setting title for the user to go into the About phone screen -->
<string name="about_settings" product="tablet">About tablet</string> <string name="about_settings" product="tablet">About tablet</string>
<!-- Main settings screen, setting title for the user to go into the About phone screen --> <!-- Main settings screen, setting title for the user to go into the About phone screen -->