User-local emulator/adb path; install APK, deep-link withdraw and pay-template without root. Document host RAM limits for full UI.
13 lines
385 B
Markdown
13 lines
385 B
Markdown
# 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).
|