Skip to content

Instantly share code, notes, and snippets.

@pfmaggi
Last active March 31, 2020 16:03
Show Gist options
  • Save pfmaggi/e555c30816d32bfb19635e82d7cf4c96 to your computer and use it in GitHub Desktop.
Save pfmaggi/e555c30816d32bfb19635e82d7cf4c96 to your computer and use it in GitHub Desktop.
Code for the Medium article: "Customizing WorkManager"
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<application
<provider
android:name="androidx.work.impl.WorkManagerInitializer"
android:authorities="${applicationId}.workmanager-init"
tools:node="remove" />
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment