mirror of https://github.com/M66B/NetGuard.git
Merge pull request #524 from p1g30n/boot-priority
increase BOOT_COMPLETED intent priority to 999
This commit is contained in:
commit
5c07825da5
|
@ -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 New Issue