mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
20 lines
734 B
XML
20 lines
734 B
XML
<?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="AIDL" > -->
|
|
<!-- <Preference -->
|
|
<!-- android:key="aidl_demo2" -->
|
|
<!-- android:title="AIDL Demo (ACCESS_KEYS permission)" /> -->
|
|
<!-- </PreferenceCategory> -->
|
|
<PreferenceCategory android:title="Crypto Provider" >
|
|
<Preference
|
|
android:key="crypto_provider_demo"
|
|
android:title="Crypto Provider" />
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen> |