mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 21:04:08 +00:00
Added explanation
This commit is contained in:
parent
636ce1f7a4
commit
74793484b4
2 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,13 @@
|
|||
android:text="@string/msg_filter4"
|
||||
android:textAppearance="@style/TextMedium"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:text="@string/title_enable_help0"
|
||||
android:textAppearance="@style/TextMedium"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -240,6 +240,7 @@ Your internet traffic is not being sent to a remote VPN server.</string>
|
|||
|
||||
<string name="title_enable_logging">Enable logging of blocked addresses only</string>
|
||||
<string name="title_enable_filtering">Enable filtering to log allowed addresses too</string>
|
||||
<string name="title_enable_help0">Logging and filtering are global settings that apply to all applications</string>
|
||||
<string name="title_enable_help1">Filtering is also required to allow or block individual addresses</string>
|
||||
<string name="title_enable_help2">Enabling logging (less) or filtering (more) might increase battery usage and might affect network speed</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue