diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-29 02:04:28 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-29 07:53:56 +0200 |
commit | 622f41f11f92005e2dd3791fd13b0ace294958d5 (patch) | |
tree | 7e811b6b9940881c36be757dbe3f4bd3223e0535 /app/src/main/res/xml | |
parent | f4e462fabd366873cf0f1d6927469d6bac3bec0d (diff) |
Allow exporting to zip file
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index b032bea7..c73c174b 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -6,4 +6,5 @@ android:summary="@string/restore_on_boot_summary" android:title="@string/restore_on_boot_title" /> <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" /> + <com.wireguard.android.preference.ZipExporterPreference android:key="zip_exporter" /> </PreferenceScreen> |