I need a lightweight Android-only APK that lets me interact with YouTube without any sign-in flow. The core actions I must be able to perform are: • Play and pause videos instantly • Search and browse videos within the app • Trigger a simple “click” action inside a video a few times when I decide (think of it as tapping the player to bring up controls or similar) No authentication is required at all; the app can run in guest mode and still access public YouTube content. Please build it in Android Studio using Java or Kotlin and rely on the official YouTube Android Player / Data APIs (or a WebView implementation if that is faster and still stable). Deliverables 1. Signed, install-ready APK 2. Complete source code with clear build instructions 3. Brief README explaining how each of the three functions is implemented and how to tweak the click-timing logic if I ever want to adjust it.