Merge "DISABLE AUDIO CLIENT profiles"

This commit is contained in:
Linux Build Service Account 2017-04-27 07:13:56 -07:00 committed by Gerrit - the friendly Code Review server
commit d301e69eed
1 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<resources>
<bool name="profile_supported_hfpclient">true</bool>
<bool name="profile_supported_avrcp_controller">true</bool>
<bool name="profile_supported_a2dp_sink">true</bool>
<bool name="profile_supported_hfpclient">false</bool>
<bool name="profile_supported_avrcp_controller">false</bool>
<bool name="profile_supported_a2dp_sink">false</bool>
<bool name="profile_supported_sap">true</bool>
</resources>