diff options
| author | 2018-01-08 20:20:19 +0000 | |
|---|---|---|
| committer | 2018-01-08 20:20:19 +0000 | |
| commit | 8637bb7e46ad7ee31fd44d17dab08d21d4a553cc (patch) | |
| tree | a5198e559a3b6d05a3017453e83fdc860ebc2f47 | |
| parent | a07d0e463d8493a9e0df49dd6946cf812c8ec848 (diff) | |
| parent | 37f987d7ee2b62f6b87c90d28bc39eab0c1c26cc (diff) | |
Merge "Bluetooth: Remove strings for enabling inband ringing" am: 02a0397643
am: 37f987d7ee
Change-Id: I2d5a62b3eb22bd10c350495726307674107778b4
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 8a4a77473871..660145142084 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -488,8 +488,6 @@      <string name="bluetooth_show_devices_without_names">Show Bluetooth devices without names</string>      <!-- Setting Checkbox title for disabling Bluetooth absolute volume -->      <string name="bluetooth_disable_absolute_volume">Disable absolute volume</string> -    <!-- Setting Checkbox title for enabling Bluetooth inband ringing --> -    <string name="bluetooth_enable_inband_ringing">Enable in-band ringing</string>      <!-- UI debug setting: Select Bluetooth AVRCP Version -->      <string name="bluetooth_select_avrcp_version_string">Bluetooth AVRCP Version</string> @@ -582,8 +580,6 @@      <string name="bluetooth_show_devices_without_names_summary">Bluetooth devices without names (MAC addresses only) will be displayed</string>      <!-- Summary of checkbox for disabling Bluetooth absolute volume -->      <string name="bluetooth_disable_absolute_volume_summary">Disables the Bluetooth absolute volume feature in case of volume issues with remote devices such as unacceptably loud volume or lack of control.</string> -    <!-- Summary of checkbox for enabling Bluetooth inband ringing --> -    <string name="bluetooth_enable_inband_ringing_summary">Allow ringtones on the phone to be played on Bluetooth headsets</string>      <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->      <string name="enable_terminal_title">Local terminal</string> |