sdm660-common: bluetooth: Use default value for HID profile
Do not explicitly set HID profile to false for SDM660 SoC based Xiaomi devices Change-Id: I38dc9b68cad05624a6a22051af2079cfd4a9e698
This commit is contained in:
parent
1e203fcfbe
commit
2e38a35b69
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<config>
|
||||
<component-override package="com.android.bluetooth" >
|
||||
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true" />
|
||||
<component class=".hid.HidDeviceService" enabled="false" />
|
||||
<component class=".ba.BATService" enabled="true" />
|
||||
<component class=".sap.SapService" enabled="true" />
|
||||
</component-override>
|
||||
</config>
|
||||
|
|
Loading…
Reference in a new issue