Android - VideoView requires to press BACK twice, in order to exit
问题 I have an activity with different video files displayed. When I click a video file, I'm taken to another activity, where a VideoView plays the video. My issue is that when I want to exit this activity and return back to previous, I should click twice the back button, in order to return back. If I click only once, the video starts playing once again, and only at the second attempt I'm allowed to exit the screen. Then I tried this: @Override public boolean onKeyDown(int keyCode, KeyEvent event)