aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/xml/preferences.xml
blob: c73c174b68482ae186042903a2a2ad012f0cdfa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <CheckBoxPreference
        android:defaultValue="false"
        android:key="restore_on_boot"
        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>