Calling the stock video player

PFlores81

Active Member
Licensed User
Longtime User
I am curious to see if there is a way to call the stock android video player to playback a file rather than adding a video view and call it to the front to play a video. The reason I ask this is because when using video view, and setting the orientation of the screen under Activity_Pause and to terminate the ads in the app for the video, And setting the orientation back to normal under Activity_Resume as well as reinitializing the ads, the screen will rotate start playing, then stop and rotate back. repeatedly.
 
Last edited:
Top