sdm660-common: Enable HidDeviceService
* Turns out component-overrides doesn't handle the case where a feature is enabled in config.xml but disabled in overrides. Explicitly disabling HidDeviceService causes bluetooth to time out while turning on and stuck in a crash loop. Change-Id: Idcb678d03c5dc872942fd0fda9aabcbb5f5c9a55 Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
e2b8596ba1
commit
6dfe4bff76
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true" />
|
||||
<component class=".ba.BATService" enabled="true" />
|
||||
<component class=".hfpclient.HeadsetClientService" enabled="true" />
|
||||
<component class=".hid.HidDeviceService" enabled="true" />
|
||||
<component class=".sap.SapService" enabled="true" />
|
||||
</component-override>
|
||||
</config>
|
||||
|
|
Loading…
Reference in a new issue