parent
e261a8ba21
commit
732d018819
1 changed files with 11 additions and 22 deletions
|
@ -68,8 +68,7 @@
|
||||||
android:name="org.amnezia.vpn.shadowsocks.core.BootReceiver"
|
android:name="org.amnezia.vpn.shadowsocks.core.BootReceiver"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:enabled="false"
|
android:enabled="false"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess">
|
||||||
android:exported="true">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
|
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
|
||||||
|
@ -80,63 +79,53 @@
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.work.impl.WorkManagerInitializer"
|
android:name="androidx.work.impl.WorkManagerInitializer"
|
||||||
android:authorities="androidx.work.impl.WorkManagerInitializer"
|
android:authorities="androidx.work.impl.WorkManagerInitializer"
|
||||||
tools:node="remove"
|
tools:node="remove" />
|
||||||
android:exported="true"/>
|
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
|
android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true"/>
|
|
||||||
<service
|
<service
|
||||||
android:name="androidx.work.impl.background.systemjob.SystemJobService"
|
android:name="androidx.work.impl.background.systemjob.SystemJobService"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
|
android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
|
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
|
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
|
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
|
android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
|
android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
|
android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
|
||||||
android:directBootAware="true"
|
android:directBootAware="true"
|
||||||
android:process=":QtOnlyProcess"
|
android:process=":QtOnlyProcess"
|
||||||
tools:replace="android:directBootAware"
|
tools:replace="android:directBootAware" />
|
||||||
android:exported="true" />
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue