From bbf4f66143d1b61ee8de10f0cf796b5f58a91c19 Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Mon, 8 Feb 2016 15:40:23 -0800 Subject: [PATCH] Add Developer menu entry to disable Bluetooth absolute volume Bug: 27078729 Change-Id: I8a029baeb25b449446ae9bcc8cb220d5ec8e44a9 --- res/values/strings.xml | 4 ++++ res/xml/development_prefs.xml | 4 ++++ .../android/settings/DevelopmentSettings.java | 20 +++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index ddc8ded765e..1c093f78bb0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3645,6 +3645,8 @@ Use legacy DHCP client Cellular data always active + + Disable absolute volume Show options for wireless display certification @@ -3685,6 +3687,8 @@ Verify apps over USB Check apps installed via ADB/ADT for harmful behavior. + + Disables the Bluetooth absolute volume feature in case of volume issues with remote devices such as unacceptably loud volume or lack of control. Protect USB storage diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index c74d3350c27..a88e91f8736 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -156,6 +156,10 @@ android:entries="@array/usb_configuration_titles" android:entryValues="@array/usb_configuration_values" /> +