From 80542603fc1b5f01a545241487935c62a24cad52 Mon Sep 17 00:00:00 2001
From: TheScarastic <warabhishek@gmail.com>
Date: Tue, 6 Feb 2018 15:19:05 +0530
Subject: [PATCH] mido: disable a2dp sink

---
 overlay/packages/apps/Bluetooth/res/values/config.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml
index a630693..7371345 100644
--- a/overlay/packages/apps/Bluetooth/res/values/config.xml
+++ b/overlay/packages/apps/Bluetooth/res/values/config.xml
@@ -13,7 +13,6 @@
    limitations under the License.
 -->
 <resources>
-    <bool name="profile_supported_a2dp_sink">true</bool>
     <bool name="profile_supported_hfpclient">true</bool>
     <bool name="profile_supported_avrcp_controller">false</bool>
     <bool name="profile_supported_sap">false</bool>
-- 
GitLab