From 854714d5ea9ae33ab9bbbbc1b7b82e329017bb29 Mon Sep 17 00:00:00 2001 From: Stanley Tng Date: Thu, 17 May 2018 08:34:32 -0700 Subject: [PATCH] Remove Hearing Aid toggle in Settings The Hearing Aid toggle in the Device Details page of Hearing Aids in the Settings App is to be removed. Bug: 79921361 Test: Manual testing with the Settings App Change-Id: I8a557112c45fc0004181a58fa5c7794dc0ebe107 --- .../com/android/settingslib/bluetooth/HearingAidProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java index a0dfb5d151778..4c21e61eb47b8 100644 --- a/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java +++ b/packages/SettingsLib/src/com/android/settingslib/bluetooth/HearingAidProfile.java @@ -110,7 +110,7 @@ public class HearingAidProfile implements LocalBluetoothProfile { } public boolean isConnectable() { - return true; + return false; } public boolean isAutoConnectable() {