diff options
| author | Stanley Tng <stng@google.com> | 2018-11-06 08:49:08 -0800 |
|---|---|---|
| committer | Stanley Tng <stng@google.com> | 2018-11-06 08:49:08 -0800 |
| commit | 0b1503fda277c3f25059bc8350d2fa8813ee9077 (patch) | |
| tree | f337f119da866e828451103683b689737f6f9547 | |
| parent | e88ca261c4f88de8500085eb0a779a61d0b11334 (diff) | |
DO NOT MERGE Disable Hearing Aids Profile for Pixel 3
Disable for Pi branch only.
Test: Compile
Bug: 116317072
Change-Id: Idc1541dc532ac7b3568193d8c0ecdb469025da9d
| -rw-r--r-- | overlay/packages/apps/Bluetooth/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml index e403105..087e238 100644 --- a/overlay/packages/apps/Bluetooth/res/values/config.xml +++ b/overlay/packages/apps/Bluetooth/res/values/config.xml @@ -29,5 +29,5 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <resources> <bool name="profile_supported_sap">true</bool> - <bool name="profile_supported_hearing_aid">true</bool> + <bool name="profile_supported_hearing_aid">false</bool> </resources> |
