mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-16 08:50:11 +00:00
Start firewall on application update
This commit is contained in:
parent
a86c1ec05e
commit
e8048da29e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
<receiver android:name=".BootReceiver">
|
<receiver android:name=".BootReceiver">
|
||||||
<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.MY_PACKAGE_REPLACED" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
</application>
|
</application>
|
||||||
|
|
Loading…
Add table
Reference in a new issue