Added explanation

This commit is contained in:
M66B 2017-03-08 22:04:16 +01:00
parent 636ce1f7a4
commit 74793484b4
2 changed files with 8 additions and 0 deletions

View File

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

View File

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