am 78ad66b4
: Merge "[Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal."
* commit '78ad66b43cf5b649869de18ee9c246c95b135c10': [Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal.
This commit is contained in:
committed by
Android Git Automerger
commit
337756fa65
@ -477,7 +477,8 @@ public class MediaController extends FrameLayout {
|
||||
return true;
|
||||
} else if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN
|
||||
|| keyCode == KeyEvent.KEYCODE_VOLUME_UP
|
||||
|| keyCode == KeyEvent.KEYCODE_VOLUME_MUTE) {
|
||||
|| keyCode == KeyEvent.KEYCODE_VOLUME_MUTE
|
||||
|| keyCode == KeyEvent.KEYCODE_CAMERA) {
|
||||
// don't show the controls for volume adjustment
|
||||
return super.dispatchKeyEvent(event);
|
||||
} else if (keyCode == KeyEvent.KEYCODE_BACK || keyCode == KeyEvent.KEYCODE_MENU) {
|
||||
|
Reference in New Issue
Block a user