Remove the non-translatable tags from MainSwitch titles.
The titles of MainSwitch need to be translated.
Fix: 182540501
Test: run Robotest
Change-Id: I4a07c599e607644729718543a12d4e9147117e78
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7ad7fe1..99ec087 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -12785,36 +12785,36 @@
<!-- Title for bluetooth main switch. [CHAR LIMIT=50] -->
<string name="bluetooth_main_switch_title">Use Bluetooth</string>
- <!-- Do not translate. Title for prevent ringing main switch. [CHAR LIMIT=50] -->
- <string name="prevent_ringing_main_switch_title" translatable="false">Use prevent ringing</string>
- <!-- Do not translate. Title for use wifi hotspot main switch [CHAR LIMIT=50]-->
- <string name="use_wifi_hotsopt_main_switch_title" translatable="false">Use Wi\u2011Fi hotspot</string>
- <!-- Do not translate. Title for app pinning main switch. [CHAR LIMIT=50] -->
- <string name="app_pinning_main_switch_title" translatable="false">Use app pinning</string>
- <!-- Do not translate. Title for developer options main switch. [CHAR LIMIT=50] -->
- <string name="developer_options_main_switch_title" translatable="false">Use developer options</string>
- <!-- Do not translate. Title for default print service main switch. [CHAR LIMIT=50] -->
- <string name="default_print_service_main_switch_title" translatable="false">Use default print service</string>
- <!-- Do not translate. Title for multiple users main switch. [CHAR LIMIT=50] -->
- <string name="multiple_users_main_switch_title" translatable="false">Use multiple users</string>
- <!-- Do not translate. Title for wireless debugging main switch. [CHAR LIMIT=50] -->
- <string name="wireless_debugging_main_switch_title" translatable="false">Use wireless debugging</string>
- <!-- Do not translate. Title for graphics driver main switch. [CHAR LIMIT=50] -->
- <string name="graphics_driver_main_switch_title" translatable="false">Use graphics driver preferences</string>
- <!-- Do not translate. Title for battery saver main switch preferences. [CHAR LIMIT=50] -->
- <string name="battery_saver_main_switch_title" translatable="false">Use battery saver</string>
- <!-- Do not translate. Title for Do Not Disturb main switch preferences. [CHAR LIMIT=50] -->
- <string name="do_not_disturb_main_switch_title" translatable="false">Use Do Not Disturb</string>
- <!-- Do not translate. Title for Night Light main switch preferences. [CHAR LIMIT=50] -->
- <string name="night_light_main_switch_title" translatable="false">Use Night Light</string>
- <!-- Do not translate. Title for NFC main switch preferences. [CHAR LIMIT=50] -->
- <string name="nfc_main_switch_title" translatable="false">Use NFC</string>
- <!-- Do not translate. Title for Adaptive Battery main switch preferences. [CHAR LIMIT=50] -->
- <string name="adaptive_battery_main_switch_title" translatable="false">Use adaptive battery</string>
- <!-- Do not translate. Title for adaptive brightness main switch preferences. [CHAR LIMIT=50] -->
- <string name="adaptive_brightness_main_switch_title" translatable="false">Use adaptive brightness</string>
- <!-- Do not translate. Title for wifi calling main switch preferences. [CHAR LIMIT=50] -->
- <string name="wifi_calling_main_switch_title" translatable="false">Use Wi-Fi calling</string>
+ <!-- Title for prevent ringing main switch. [CHAR LIMIT=50] -->
+ <string name="prevent_ringing_main_switch_title">Use prevent ringing</string>
+ <!-- Title for use wifi hotspot main switch [CHAR LIMIT=50]-->
+ <string name="use_wifi_hotsopt_main_switch_title">Use Wi\u2011Fi hotspot</string>
+ <!-- Title for app pinning main switch. [CHAR LIMIT=50] -->
+ <string name="app_pinning_main_switch_title">Use app pinning</string>
+ <!-- Title for developer options main switch. [CHAR LIMIT=50] -->
+ <string name="developer_options_main_switch_title">Use developer options</string>
+ <!-- Title for default print service main switch. [CHAR LIMIT=50] -->
+ <string name="default_print_service_main_switch_title">Use default print service</string>
+ <!-- Title for multiple users main switch. [CHAR LIMIT=50] -->
+ <string name="multiple_users_main_switch_title">Use multiple users</string>
+ <!-- Title for wireless debugging main switch. [CHAR LIMIT=50] -->
+ <string name="wireless_debugging_main_switch_title">Use wireless debugging</string>
+ <!-- Title for graphics driver main switch. [CHAR LIMIT=50] -->
+ <string name="graphics_driver_main_switch_title">Use graphics driver preferences</string>
+ <!-- Title for battery saver main switch preferences. [CHAR LIMIT=50] -->
+ <string name="battery_saver_main_switch_title">Use battery saver</string>
+ <!-- Title for Do Not Disturb main switch preferences. [CHAR LIMIT=50] -->
+ <string name="do_not_disturb_main_switch_title">Use Do Not Disturb</string>
+ <!-- Title for Night Light main switch preferences. [CHAR LIMIT=50] -->
+ <string name="night_light_main_switch_title">Use Night Light</string>
+ <!-- Title for NFC main switch preferences. [CHAR LIMIT=50] -->
+ <string name="nfc_main_switch_title">Use NFC</string>
+ <!-- Title for Adaptive Battery main switch preferences. [CHAR LIMIT=50] -->
+ <string name="adaptive_battery_main_switch_title">Use adaptive battery</string>
+ <!-- Title for adaptive brightness main switch preferences. [CHAR LIMIT=50] -->
+ <string name="adaptive_brightness_main_switch_title">Use adaptive brightness</string>
+ <!-- Title for wifi calling main switch preferences. [CHAR LIMIT=50] -->
+ <string name="wifi_calling_main_switch_title">Use Wi‑Fi calling</string>
<!-- Default preference title for showing all apps on device [CHAR_LIMIT=50]-->
<string name="default_see_all_apps_title">See all apps</string>