android-app-foreground-service/README.md
2025-02-28 10:04:05 +01:00

600 B

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

  1. clone this repo
  2. run
./build-android-app.sh
  1. follow the configuration
  2. 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 

Inspiration