1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-22 14:21:01 +00:00

increase BOOT_COMPLETED intent priority to 999

This commit is contained in:
p1g30n 2020-01-17 20:49:48 +01:00
parent 72349f774b
commit 127158c447

View file

@ -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>