We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54803fe commit ed2277fCopy full SHA for ed2277f
app/src/main/AndroidManifest.xml
@@ -61,14 +61,13 @@
61
android:name="com.hoc.comicapp.initializer.AnalyticsInitializer"
62
android:value="androidx.startup" />
63
64
+ <!-- If you are using androidx.startup to initialize other components -->
65
+ <meta-data
66
+ android:name="androidx.work.WorkManagerInitializer"
67
+ android:value="androidx.startup"
68
+ tools:node="remove" />
69
</provider>
70
- <provider
- android:name="androidx.work.impl.WorkManagerInitializer"
- android:authorities="${applicationId}.workmanager-init"
- android:exported="false"
- tools:node="remove" />
71
-
72
<receiver
73
android:name=".worker.ComicAppBroadcastReceiver"
74
android:exported="false" />
0 commit comments