NICKO Android APK

This directory contains the Android wrapper plan for the deployed NICKO web app.

Build

Use Android Studio with a standard Android application and WebView pointed at the NICKO Val Town endpoint shown in the project files. Grant CAMERA and RECORD_AUDIO only when the user enables those features.

Native capabilities

  • Camera: Android CAMERA permission + WebView media permission
  • Microphone: RECORD_AUDIO permission + WebView media permission
  • Speech: Android/Web Speech APIs
  • Screen capture: implement with Android MediaProjection after explicit user approval

The web app cannot silently access the camera, microphone, screen, or messaging apps; Android permissions and explicit user actions are required.