mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-30 19:31:26 +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">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
</application>
|
||||
|
|
Loading…
Reference in a new issue