add-android-foreground-service

Installation
SKILL.md

Add Android Foreground Service

Run code that survives app background. Requires user-visible persistent notification.

Android 14+ requirement

Must declare foregroundServiceType in AndroidManifest.xml:

  • location — GPS tracking
  • mediaPlayback — audio playback
  • phoneCall — VoIP
  • connectedDevice — Bluetooth, Watch
  • camera — recording
  • mediaProjection — screen recording
  • microphone — voice recording
  • health — fitness/health
  • dataSync — file sync
  • shortService — <3 min total

Each requires Play Console justification + video at submission!

Installs
2
GitHub Stars
1
First Seen
Aug 5, 2026
add-android-foreground-service — khadinakbarlabs/expo-mobile-app-builder