Loading policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -4146,6 +4146,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { case KeyEvent.KEYCODE_MEDIA_FAST_FORWARD: case KeyEvent.KEYCODE_MEDIA_AUDIO_TRACK: case KeyEvent.KEYCODE_CAMERA: case KeyEvent.KEYCODE_FOCUS: return false; } return true; Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -4146,6 +4146,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { case KeyEvent.KEYCODE_MEDIA_FAST_FORWARD: case KeyEvent.KEYCODE_MEDIA_AUDIO_TRACK: case KeyEvent.KEYCODE_CAMERA: case KeyEvent.KEYCODE_FOCUS: return false; } return true; Loading