Last active
January 14, 2020 06:26
-
-
Save ubarua123/5b529e6e27da2fa69e770494043e858b to your computer and use it in GitHub Desktop.
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 | |
. | |
. | |
. <!-- 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