I'm developing an Android app for a controlled environment in which the user should not be allowed to exit the VrVideoView's full screen cardboard mode.
By entering the cardboard mode the SDK seems to present its own activity so I cannot simply override on onBackPressed.
Is there a way to prevent this?