Skip to content

Instantly share code, notes, and snippets.

@fredchung
Created September 7, 2020 06:12
Show Gist options
  • Save fredchung/10c1040e08a4e5fcbb5e73e0b13814e3 to your computer and use it in GitHub Desktop.
Save fredchung/10c1040e08a4e5fcbb5e73e0b13814e3 to your computer and use it in GitHub Desktop.
Setting foreground service types in WorkManager long-running workers.
setForeground(
ForegroundInfo(NOTIF_ID,
notification.build(),
// Foreground service types.
ServiceInfo.FOREGROUND_SERVICE_TYPE_LOCATION or ...)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment