aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preference.xml
blob: 8686dff74c130b68a9c39bc577947f9e6de09656 (about) (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

    <PreferenceCategory android:title="Crypto">
        <org.openintents.openpgp.util.OpenPgpListPreference
            android:key="openpgp_provider_list"
            android:title="Select OpenPGP Provider!" />
    </PreferenceCategory>
</PreferenceScreen>