diff options
author | Samuel Holland <samuel@sholland.org> | 2017-11-24 21:13:55 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-11-24 21:16:37 -0600 |
commit | 50a7a12de279574dd15f4db5cf5ea7aa984b7c80 (patch) | |
tree | dd1d5cad145048cb912195902e2a5fd364964a17 /app/src/main/res/layout | |
parent | 69d4fe9a8120fd10e144bac0bc5f7083ee1a283a (diff) |
VpnService: Move it to a backends package
It should be split into two pieces: configuration file management
(loading/saving/renaming/deleting) and calling into wg-quick via
RootShell. The configuration file management part should then go
back into the main package. This is in preparation for adding
additional backends based on wg(8) and wireguard-go.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/config_list_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/config_list_item.xml b/app/src/main/res/layout/config_list_item.xml index cdc0723a..578db833 100644 --- a/app/src/main/res/layout/config_list_item.xml +++ b/app/src/main/res/layout/config_list_item.xml @@ -5,7 +5,7 @@ <import type="android.graphics.Typeface" /> - <import type="com.wireguard.android.VpnService" /> + <import type="com.wireguard.android.backends.VpnService" /> <variable name="key" |