aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app/src/main/res/xml/base_preference.xml
blob: cb76dc10f48d91021fa73030e6df56c33b12d5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <PreferenceCategory android:title="Intent" >
        <Preference
            android:key="intent_demo"
            android:title="Intent Demo" />
    </PreferenceCategory>
    <PreferenceCategory android:title="OpenPGP Provider" >
        <org.openintents.openpgp.util.OpenPgpListPreference
            android:key="openpgp_provider_list"
            android:title="Select OpenPGP Provider!" />
        <Preference
            android:key="openpgp_provider_demo"
            android:title="OpenPGP Provider" />
    </PreferenceCategory>

</PreferenceScreen>