GiraffePlayer2
GiraffePlayer2 copied to clipboard
Catch back button click

Can we catch it ?
current version you have to modify the source code DefaultMediaController find v.getId() == R.id.app_video_finish
Thanks I modified it and removed ((Activity) videoView.getContext()).finish(); but still it closes video
click the left icon or press back key?
the left icon .
it shouldn't,you can debug the code
I added return ; and now it does not get closed