monitoring: Android pay smoke with published F-Droid wallet APK

User-local emulator/adb path; install APK, deep-link withdraw and
pay-template without root. Document host RAM limits for full UI.
This commit is contained in:
Hernâni Marques 2026-07-17 20:31:52 +02:00
parent 17f25d41c9
commit f79d6350c3
No known key found for this signature in database
4 changed files with 257 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# Android pay smoke (published wallet)
Installs the **F-Droid** GNU Taler Wallet APK and deep-links
`taler://withdraw/…` + optional `taler://pay…` against GOA or stage.
```bash
# needs adb device/emulator
./run-android-pay-smoke.sh
STACK=goa ./run-android-pay-smoke.sh
STACK=stage ./run-android-pay-smoke.sh
```
See parent [GIT-AUTOMATION-NOTES.md](../GIT-AUTOMATION-NOTES.md).