aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/xml/preferences.xml
blob: 09c32942898eb298a2845092427613492fe41d4f (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <com.wireguard.android.ConfigListPreference
        android:key="primary_config"
        android:summary="@string/primary_config_summary"
        android:title="@string/primary_config" />
</PreferenceScreen>