fix(android): remove WorkManager auto-initializer (lintVitalRelease) #61
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fast-follow on the Dockerfile fix. The next failure in the v2026.06.01 chain:
android.ymlrelease build (run 110, job 282) failed atlintVitalRelease:MinstrelApplicationimplementsConfiguration.Providerand suppliesHiltWorkerFactory, but the work-runtime library auto-registersWorkManagerInitializervia androidx-startup, racing the on-demand path. Lint catches this as a release blocker. AOSP-recommended fix: merge theInitializationProviderentry and remove the nestedWorkManagerInitializermeta-data withtools:node="remove".After merge I'll force-move
v2026.06.01to the new main HEAD; the workflowconcurrency: cancel-in-progresswill kill the in-flight tag runs from the broken HEAD.