Skip to content

Commit 556155b

Browse files
committed
chore: Remove default WorkManager initializer from Manifest
This commit removes the `androidx.startup.InitializationProvider` and its associated `WorkManagerInitializer` meta-data from the `AndroidManifest.xml`. This is typically done to allow for custom configuration of `WorkManager` or to migrate to on-demand initialization. Signed-off-by: invokevirtual <purwarpranav80@gmail.com>
1 parent 637e3cf commit 556155b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Reef/src/main/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,5 @@
9494
</intent-filter>
9595
</receiver>
9696

97-
<provider
98-
android:name="androidx.startup.InitializationProvider"
99-
android:authorities="${applicationId}.androidx-startup"
100-
android:exported="false"
101-
tools:node="merge">
102-
<meta-data
103-
android:name="androidx.work.WorkManagerInitializer"
104-
android:value="androidx.startup" />
105-
</provider>
106-
10797
</application>
10898
</manifest>

0 commit comments

Comments
 (0)