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
This commit is contained in:
Stanley Tng
2018-05-17 08:34:32 -07:00
parent 6db14d01c2
commit 854714d5ea

View File

@@ -110,7 +110,7 @@ public class HearingAidProfile implements LocalBluetoothProfile {
}
public boolean isConnectable() {
return true;
return false;
}
public boolean isAutoConnectable() {