Commit 0ed2c496 authored by Mygod's avatar Mygod

Remove unnecessary directBootAware overloading

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