docs: update android smoke test runbook

This commit is contained in:
funman300
2026-06-08 19:11:02 -07:00
parent 159774f811
commit df4887fb36
3 changed files with 53 additions and 28 deletions
+3 -10
View File
@@ -104,16 +104,9 @@ Three bugs fixed:
### 1. Android APK launch verification (Option A)
Physical device test: install the latest APK on a real Android device (not AVD),
confirm:
- App launches without crash
- Safe area insets arrive and shift HUD correctly after ~3 frames
- All modal Done buttons are above the gesture bar
- Drag-and-drop works on all pile types
- Leaderboard panel opens and the "Public name" label updates correctly after
using "Set Name"
This has never been gated in CI. AVD `adb shell input tap` doesn't deliver real
touch events, so physical-device smoke testing is the only gate.
and run the checklist in `docs/ANDROID.md`. This has never been gated in CI.
AVD `adb shell input tap` doesn't deliver real touch events, so physical-device
smoke testing is the only gate.
### 2. Matomo analytics live validation