mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-21 22:07:15 +00:00
increase BOOT_COMPLETED intent priority to 999
This commit is contained in:
parent
72349f774b
commit
127158c447
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
||||||
<receiver
|
<receiver
|
||||||
android:name=".ReceiverAutostart"
|
android:name=".ReceiverAutostart"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter android:priority="999">
|
||||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
Loading…
Reference in a new issue