mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-20 21:37:13 +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
|
||||
android:name=".ReceiverAutostart"
|
||||
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.MY_PACKAGE_REPLACED" />
|
||||
</intent-filter>
|
||||
|
|
Loading…
Reference in a new issue