mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-08 10:05:06 -05:00
15 lines
485 B
XML
15 lines
485 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_demo"
|
||
|
android:title="AIDL Demo" />
|
||
|
</PreferenceCategory>
|
||
|
|
||
|
</PreferenceScreen>
|