609194fae2
Signed-off-by: Samuel Holland <samuel@sholland.org>
17 lines
732 B
XML
17 lines
732 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<com.wireguard.android.preference.TunnelListPreference
|
|
android:key="primary_config"
|
|
android:summary="@string/primary_config_summary"
|
|
android:title="@string/primary_config" />
|
|
<CheckBoxPreference
|
|
android:defaultValue="false"
|
|
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" />
|
|
</PreferenceScreen>
|