No description
| app | ||
| .gitignore | ||
| build-android-app.sh | ||
| README.md | ||
Android App to test/showcase a Foregroud service
Android App (build via docker/podman)
The goal of this app is to build an android app which would feauture a foreground service
usage
- clone this repo
- run
./build-android-app.sh
- follow the configuration
- upon success the apk file created is in app/result/app.apk and can be installed via
adb
adb install -r app/result/app.apk