Skip to content

Instantly share code, notes, and snippets.

@fredchung
Created September 7, 2020 06:10
Show Gist options
  • Save fredchung/c06ecac3fa291abe4770ff3447192a6a to your computer and use it in GitHub Desktop.
Save fredchung/c06ecac3fa291abe4770ff3447192a6a to your computer and use it in GitHub Desktop.
Foreground service type declaration for WorkManager long running workers.
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
android:foregroundServiceType="location|microphone"
tools:node="merge" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment