I need a very small Android application whose only job is to launch and immediately play a single MP4 video in full-screen. As soon as the user taps the app icon, the video should start on its own—no play, pause, seek bar, or any other controls visible. After the video finishes, the app can simply close or loop; I’m open to whichever is quickest to implement. The MP4 file will be provided. Please package it inside the APK, so the app works offline with no additional downloads. Android Studio, Kotlin or Java, and the built-in VideoView or ExoPlayer are all fine as long as start-to-finish playback is seamless on Android 8.0 and above. Deliverables: • Signed release APK for testing • Complete source code project that compiles in the latest stable Android Studio • Brief read-me explaining how to replace the bundled MP4 should I need to update the video later Acceptance criteria: installing, launching, and watching the video from beginning to end with zero user interaction required.