A minimal Android test app that only requests the Draw Over Other Apps (floating window overlay) permission.
- On launch, shows whether the overlay permission is granted or not
- Has a button that opens the system settings screen to grant the permission
- That's it — no other permissions, no internet access, nothing else
- Push this folder to a GitHub repository
- Go to Actions tab → Build APK → Run workflow
- Once it finishes, download the APK from the Artifacts section of the run
- Open this folder in Android Studio
- Wait for Gradle sync to finish
- Go to Build → Build Bundle(s) / APK(s) → Build APK(s)
- The APK will be at
app/build/outputs/apk/debug/app-debug.apk
| Permission | Why |
|---|---|
SYSTEM_ALERT_WINDOW |
Draw over other apps (floating window) — the only permission this app requests |