diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-01-30 13:23:22 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | b63b4ecb8845c4c1e74f3b283197af73e4ed9b8b (patch) | |
tree | 2a1c749053553e673ab2d51658f746669f4e78fa /overlay/packages/apps | |
parent | c972dfe14dc5d90026022b7d334ccc211fbfb62b (diff) |
sdm660-common: overlay: Add back selected customizations
Change-Id: I9a00ebe9c2bac30286acb8c0f8bfc6d61c768fd7
Diffstat (limited to 'overlay/packages/apps')
-rw-r--r-- | overlay/packages/apps/Bluetooth/res/values/config.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml index 9a8d523..68b18d8 100644 --- a/overlay/packages/apps/Bluetooth/res/values/config.xml +++ b/overlay/packages/apps/Bluetooth/res/values/config.xml @@ -31,9 +31,7 @@ --> <resources> <bool name="profile_supported_avrcp_controller">true</bool> - <bool name="profile_supported_a2dp_sink">true</bool> <bool name="profile_supported_sap">true</bool> <bool name="profile_supported_hid_device">false</bool> - <bool name="profile_supported_avrcp_target">false</bool> <bool name="profile_supported_ba">true</bool> </resources> |