Created
September 19, 2019 14:57
-
-
Save neonankiti/ca92a4a66aacb7d5a8e24ec38ad9f2f1 to your computer and use it in GitHub Desktop.
AndroidManifest for WorkManager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<application> | |
<provider | |
tools:node="remove" | |
android:name="androidx.work.impl.WorkManagerInitializer" | |
android:authorities="${applicationId}.workmanager-init" | |
android:exported="false"/> | |
</application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment