No description
Find a file
2025-02-28 10:04:05 +01:00
app start repo 2025-02-28 10:04:05 +01:00
.gitignore start repo 2025-02-28 10:04:05 +01:00
build-android-app.sh start repo 2025-02-28 10:04:05 +01:00
README.md start repo 2025-02-28 10:04:05 +01:00

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