Seems you are looking for
setOnCompletionListener(MediaPlayer.OnCompletionListener l)
More in depth explanation can be found here
EDIT
This shows a solution where playback is called after completion using VideoView
, MediaController
and setOnCompletionListener()
.