Make Bluetooth headset working with WebRTC in Chrome on Android if bluetooth permissi...
commit1c56ccd179314c69856ae780304f859f1b5795b3
authorbraveyao <braveyao@chromium.org>
Mon, 13 Jul 2015 04:02:19 +0000 (12 21:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 13 Jul 2015 04:03:09 +0000 (13 04:03 +0000)
tree206b5c42241dd54f4e28afab2ccf5d3c287428b8
parent4154a14e8dbd65802fd75bb439b454033d573378
Make Bluetooth headset working with WebRTC in Chrome on Android if bluetooth permission is granted.
Problem fixed:
BT device is not released at end of a call;
Broadcast-listener makes wrong action at device change after a call;
Power-on BT device in the midst of call fails BT service.

BUG=507588
TEST=Manual Test with BT permission granted.

Review URL: https://codereview.chromium.org/1231623004

Cr-Commit-Position: refs/heads/master@{#338469}
media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java