Skip to content

Instantly share code, notes, and snippets.

@eric-romero
Created June 17, 2019 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric-romero/1c325f1990a0819a8a5f2fa0af531f66 to your computer and use it in GitHub Desktop.
Save eric-romero/1c325f1990a0819a8a5f2fa0af531f66 to your computer and use it in GitHub Desktop.
public class BackgroundJobService extends JobIntentService {
@Override
protected void onHandleWork(@NonNull Intent intent) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment