Commit 7f8ff169 authored by Mygod's avatar Mygod

Update manifest for work update

parent 4e5afbad
...@@ -107,11 +107,17 @@ ...@@ -107,11 +107,17 @@
<service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
android:process=":bg" android:process=":bg"
android:directBootAware="true" android:directBootAware="true"
tools:ignore="Instantiatable"
tools:replace="android:directBootAware"/> tools:replace="android:directBootAware"/>
<service android:name="androidx.work.impl.background.systemjob.SystemJobService" <service android:name="androidx.work.impl.background.systemjob.SystemJobService"
android:process=":bg" android:process=":bg"
android:directBootAware="true" android:directBootAware="true"
tools:replace="android:directBootAware"/> tools:replace="android:directBootAware"/>
<service android:name="androidx.work.impl.foreground.SystemForegroundService"
android:process=":bg"
android:directBootAware="true"
tools:ignore="Instantiatable"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" <receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
android:process=":bg" android:process=":bg"
android:directBootAware="true" android:directBootAware="true"
...@@ -145,6 +151,7 @@ ...@@ -145,6 +151,7 @@
<service android:name="androidx.work.impl.background.gcm.WorkManagerGcmService" <service android:name="androidx.work.impl.background.gcm.WorkManagerGcmService"
android:process=":bg" android:process=":bg"
android:directBootAware="true" android:directBootAware="true"
tools:ignore="Instantiatable"
tools:replace="android:directBootAware"/> tools:replace="android:directBootAware"/>
</application> </application>
</manifest> </manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment