Skip to content

Instantly share code, notes, and snippets.

@ubarua123
Last active January 14, 2020 06:26
Show Gist options
  • Save ubarua123/5b529e6e27da2fa69e770494043e858b to your computer and use it in GitHub Desktop.
Save ubarua123/5b529e6e27da2fa69e770494043e858b to your computer and use it in GitHub Desktop.
<application
.
.
. <!-- Activities and various other things -->
.
.
.
<provider
android:authorities="${applicationId}.workmanager-init"
android:name="androidx.work.impl.WorkManagerInitializer"
android:exported="false"
tools:node="remove"/>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment