aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 00:34:55 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 00:34:55 -0600
commit08cca563882ff7f743789a99f91afa2e9dbac23d (patch)
treeb448da612fb98151a2fa03a086b7ed065c3f8d74 /app/src/main/res/xml/preferences.xml
parentTunnelManager: Simplify save/resume methods (diff)
downloadwireguard-android-08cca563882ff7f743789a99f91afa2e9dbac23d.tar.xz
wireguard-android-08cca563882ff7f743789a99f91afa2e9dbac23d.zip
ToolsInstaller: Extract to its own classes
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index e02572dd..290f7086 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -5,8 +5,5 @@
android:key="restore_on_boot"
android:summary="@string/restore_on_boot_summary"
android:title="@string/restore_on_boot" />
- <Preference
- android:key="install_cmd_line_tools"
- android:summary="@string/install_cmd_line_tools_summary"
- android:title="@string/install_cmd_line_tools" />
+ <com.wireguard.android.preference.ToolsInstallerPreference />
</PreferenceScreen>