diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 17 | ||||
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 2 |
2 files changed, 1 insertions, 18 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7140bb7b..7de33f15 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -39,23 +39,6 @@ <string name="listen_port">Listen port</string> <string name="mtu">MTU</string> <string name="name">Name</string> - <string name="not_supported_message" tools:ignore="TypographyQuotes"><![CDATA[ - <p>Your Android device does not <em>currently</em> have the WireGuard kernel module. Please - talk to the manufacturer of your Android device or the author of your device’s ROM - about including the WireGuard kernel module.</p> - - <p>Fortunately, we are in the process of implementing support for WireGuard in a way that - will work on all devices, without any need for the kernel module. This means that while you - may not be able to use WireGuard today, you will very likely be able to use WireGuard in - several weeks. Things are looking up!</p> - - <p>Sorry for the wait. In the mean time, you may stay up to date on the latest project news - by <a href="https://lists.zx2c4.com/mailman/listinfo/wireguard">subscribing to our mailing - list</a>. General information about the project is available at - <a href="https://www.wireguard.com/">WireGuard.com</a>.</p> - ]]></string> - <string name="not_supported_title">WireGuard not installed</string> - <string name="ok">OK</string> <string name="peer">Peer</string> <string name="persistent_keepalive">Persistent keepalive</string> <string name="pre_shared_key">Pre-shared key</string> diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 17fd4fc8..b032bea7 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -5,5 +5,5 @@ android:key="restore_on_boot" android:summary="@string/restore_on_boot_summary" android:title="@string/restore_on_boot_title" /> - <com.wireguard.android.preference.ToolsInstallerPreference /> + <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" /> </PreferenceScreen> |