<provider
android:name="androidx.startup.InitializationProvider"
android:exported="false"
android:authorities="com.herdin.android.work.androidx-startup">
<meta-data
android:name="androidx.work.WorkManagerInitializer"
android:value="androidx.startup" />
</provider>
<service
android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
android:enabled="@ref/0x7f040003"
android:exported="false"
android:directBootAware="false" />
<service
android:name="androidx.work.impl.background.systemjob.SystemJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="@ref/0x7f040005"
android:exported="true"
android:directBootAware="false" />
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
android:enabled="@ref/0x7f040004"
android:exported="false