[APTX] universal7885: drop a2dp sink

* Not enabled on stock Bluetooth APK

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-26 05:06:58 +09:00
commit 2faedf219f
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 11 additions and 7 deletions

View file

@ -15,12 +15,12 @@
-->
<config>
<component-override package="com.android.bluetooth" >
<component class=".a2dpsink.A2dpSinkService" enabled="true" />
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true" />
<component class=".avrcpcontroller.BluetoothMediaBrowserService" enabled="true" />
<component class=".hfpclient.connserv.HeadsetClientService" enabled="true" />
<component class=".hfpclient.HeadsetClientService" enabled="true" />
<component class=".hfpclient.connserv.HfpClientConnectionService" enabled="true" />
<component class=".a2dpsink.A2dpSinkService" enabled="false" />
<component class=".avrcpcontroller.AvrcpControllerService" enabled="false" />
<component class=".avrcpcontroller.BluetoothMediaBrowserService" enabled="false" />
<component class=".hfpclient.connserv.HeadsetClientService" enabled="false" />
<component class=".hfpclient.HeadsetClientService" enabled="false" />
<component class=".hfpclient.connserv.HfpClientConnectionService" enabled="false" />
<component class=".sap.SapService" enabled="true" />
</component-override>
</config>

View file

@ -21,6 +21,10 @@
<integer name="a2dp_source_codec_priority_aptx">2001</integer>
<integer name="a2dp_source_codec_priority_aptx_hd">1001</integer>
<integer name="a2dp_source_codec_priority_ldac">3001</integer>
<bool name="profile_supported_a2dp_sink">true</bool>
<bool name="profile_supported_sap">true</bool>
<!-- If true, we will require location to be enabled on the device to
fire Bluetooth LE scan result callbacks in addition to having one
of the location permissions. -->
<bool name="strict_location_check">false</bool>
</resources>