1
0
Fork 0
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:
M66B 2015-10-25 14:45:10 +01:00
parent a86c1ec05e
commit e8048da29e

View file

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