diff options
author | Will Szumski <will@cowboycoders.org> | 2016-11-24 20:40:52 +0000 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2016-11-28 19:53:44 +0100 |
commit | 04912777fdbd9799710756c2478f2d5927675e23 (patch) | |
tree | b1a6ec3e8f892dade973d4c5e7cf7bae8fd95b05 /src/main/res/values | |
parent | d8e779e7d384be5c9f2a977a43a02b70de69e352 (diff) | |
download | andiodine-04912777fdbd9799710756c2478f2d5927675e23.tar.gz andiodine-04912777fdbd9799710756c2478f2d5927675e23.zip |
Use stable API to detect system nameservers
Motivation:
__system_get_property is a hidden api and has already been removed from the ndk once
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index bd9709b..95b2250 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -76,6 +76,7 @@ <string name="vpnservice_error_unknown_error_string">Unknown Error. Reason: %s</string> <string name="vpnservice_error_dns_detect_failed">No valid IPv4 name servers detected</string> <string name="vpnservice_error_create_interface_string">Failed to create tunnel network device</string> + <string name="vpnservice_error_no_active_network">No active network</string> <string name="idle">Idle</string> <string name="warning">Warning</string> <string name="error">Error</string> |