Commit 0ed2c496 authored by Mygod's avatar Mygod

Remove unnecessary directBootAware overloading

parent 400e1568
......@@ -108,52 +108,30 @@
tools:node="remove"/>
<service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
android:process=":bg"
android:directBootAware="true"
tools:ignore="Instantiatable"
tools:replace="android:directBootAware"/>
tools:ignore="Instantiatable"/>
<service android:name="androidx.work.impl.background.systemjob.SystemJobService"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<service android:name="androidx.work.impl.foreground.SystemForegroundService"
android:process=":bg"
android:directBootAware="true"
tools:ignore="Instantiatable"
tools:replace="android:directBootAware"/>
tools:ignore="Instantiatable"/>
<receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
android:process=":bg"
android:directBootAware="true"
tools:replace="android:directBootAware"/>
android:process=":bg"/>
<!-- Used for API < 23. https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/work/workmanager-gcm/src/main/AndroidManifest.xml -->
<service android:name="androidx.work.impl.background.gcm.WorkManagerGcmService"
android:process=":bg"
android:directBootAware="true"
tools:ignore="Instantiatable"
tools:replace="android:directBootAware"/>
tools:ignore="Instantiatable"/>
</application>
</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