Handheld video player end on pressing back key on andriod

Hello
i am playing video using handheld and i don’t to skip it . but when i press back btn on mobile it gets skipped . is there any way to prevent it ???

I did it with video player component … with video player component video didn’t get spiked on pressing back btn.
i checked if video is ending using this then loaded new scene.
videoPlayer.loopPointReached += EndReached;