diff options
author | LuK1337 <priv.luk@gmail.com> | 2017-12-14 12:59:10 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-22 16:47:16 +0200 |
commit | df1100df9ae2ae1db8732482dd1e436d7fb5a5aa (patch) | |
tree | 7385b614e2090e1359e405be6f9175b1fdd079cb /overlay | |
parent | 51dad1a1ea60f85532195201cda52b3ae19771a5 (diff) |
msm8996-common: overlay: Disable A2DP sink profile
* Our devices do not support it and that's the reason why
A2DP does not work at all.
Change-Id: I50cb1fdc6b4ff69594fc0d10fbd043c681178e5c
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Bluetooth/res/values/config.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml index 07ee898..2dba312 100644 --- a/overlay/packages/apps/Bluetooth/res/values/config.xml +++ b/overlay/packages/apps/Bluetooth/res/values/config.xml @@ -30,7 +30,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <resources> - <bool name="profile_supported_a2dp_sink">true</bool> <bool name="profile_supported_hfpclient">true</bool> <bool name="profile_supported_avrcp_controller">true</bool> <bool name="profile_supported_sap">true</bool> |