aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-13 20:48:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-14 00:03:39 +0200
commit17c00af121da6bdd8ab70341811107178289c1a5 (patch)
tree60c2cdc0268f994eda4b341fba60ccc6228c5339 /app/src/main/res/xml/preferences.xml
parentRevert "Fix activity leak on Android Q" (diff)
downloadwireguard-android-17c00af121da6bdd8ab70341811107178289c1a5.tar.xz
wireguard-android-17c00af121da6bdd8ab70341811107178289c1a5.zip
Download modules after verifying signify signature
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/preferences.xml1
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 ce96a4e5..e27b607d 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -6,6 +6,7 @@
android:key="restore_on_boot"
android:summary="@string/restore_on_boot_summary"
android:title="@string/restore_on_boot_title" />
+ <com.wireguard.android.preference.ModuleDownloaderPreference android:key="module_downloader" />
<com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" />
<com.wireguard.android.preference.ZipExporterPreference />
<com.wireguard.android.preference.LogExporterPreference />