universal7885: Format xml again

* No tabs this time, 3-space intent
This commit is contained in:
roynatech2544 2022-04-27 13:18:04 +02:00
commit a7ef8f2b7e
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
93 changed files with 2634 additions and 2737 deletions

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@ -14,9 +13,9 @@
limitations under the License.
-->
<config>
<component-override package="com.android.bluetooth">
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true"/>
<component class=".hid.HidDeviceService" enabled="true"/>
<component class=".sap.SapService" enabled="true"/>
</component-override>
<component-override package="com.android.bluetooth">
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true"/>
<component class=".hid.HidDeviceService" enabled="true"/>
<component class=".sap.SapService" enabled="true"/>
</component-override>
</config>