[Settings] Add BT and WiFi reset option

Add an BT and WiFi reset option into factory reset menu.

Bug: 260034791
Test: local
Change-Id: I9031765cd5a012e3216971a3302176a96c2fbd23
This commit is contained in:
Bonian Chen
2022-12-06 05:03:00 +00:00
parent b9d4e85418
commit dc6877f2ef
4 changed files with 249 additions and 0 deletions

View File

@@ -2697,6 +2697,16 @@
<!-- SD card & phone storage settings screen, message on screen after user selects Reset network settings [CHAR LIMIT=NONE] -->
<string name="reset_network_desc">This will reset all network settings, including:\n\n<li>Wi\u2011Fi</li>\n<li>Mobile data</li>\n<li>Bluetooth</li>"</string>
<!-- Reset Bluetooth and Wi-Fi Network -->
<!-- Dialog title to reset Bluetooth and Wi-Fi settings -->
<string name="reset_bluetooth_wifi_title">Reset Bluetooth &amp; Wi\u2011Fi</string>
<!-- Dialog context when reset Bluetooth and Wi-Fi settings [CHAR LIMIT=NONE] -->
<string name="reset_bluetooth_wifi_desc">This will reset all Wi\u2011Fi &amp; Bluetooth settings. You can\u2019t undo this action.</string>
<!-- Confirmation button text when reset Bluetooth and Wi-Fi settings [CHAR LIMIT=NONE] -->
<string name="reset_bluetooth_wifi_button_text">Reset</string>
<!-- Reset Bluetooth and Wi-Fi complete toast text [CHAR LIMIT=75] -->
<string name="reset_bluetooth_wifi_complete_toast">Bluetooth &amp; Wi\u2011Fi have been reset</string>
<!-- Erase Euicc -->
<!-- Confirmation button of dialog to confirm resetting user's app preferences [CHAR LIMIT=NONE] -->
<string name="erase_euicc_data_button">Erase</string>