diff options
| author | 2018-03-26 14:28:46 -0700 | |
|---|---|---|
| committer | 2018-03-27 18:11:57 +0000 | |
| commit | 81bd065c55d41242cf8eb9411d94d6b3912371fa (patch) | |
| tree | 9ede3b2c8279882c509c3573f2e8d862959222c7 | |
| parent | f8b537d7a3343f178952c2b05a76c4f58c63a9a1 (diff) | |
Tell the user to toggle Bluetooth when enabling HCI logs
Bug: 67634644
Test: Manually inspect the new text in developer settings
Change-Id: Ic8b08c8d6d0c7727a03a265fb6b10a3c55fd96cb
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 428f0b85b633..b83b8e114856 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -456,10 +456,10 @@ <string name="keep_screen_on">Stay awake</string> <!-- setting Checkbox summary whether to keep the screen on when plugged in --> <string name="keep_screen_on_summary">Screen will never sleep while charging</string> - <!-- Setting Checkbox title whether to enable bluetooth HCI snoop log --> + <!-- Setting Checkbox title whether to enable Bluetooth HCI snoop log --> <string name="bt_hci_snoop_log">Enable Bluetooth HCI snoop log</string> - <!-- setting Checkbox summary whether to capture all bluetooth HCI packets in a file --> - <string name="bt_hci_snoop_log_summary">Capture all bluetooth HCI packets in a file</string> + <!-- setting Checkbox summary whether to capture all Bluetooth HCI packets in a file --> + <string name="bt_hci_snoop_log_summary">Capture all Bluetooth HCI packets in a file (Toggle Bluetooth after changing this setting)</string> <!-- setting Checkbox title whether to enable OEM unlock [CHAR_LIMIT=35] --> <string name="oem_unlock_enable">OEM unlocking</string> <!-- setting Checkbox summary whether to enable OEM unlock [CHAR_LIMIT=50] --> |