mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 17:52:16 -05:00
20 lines
618 B
XML
20 lines
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
<PreferenceCategory android:title="Intent Demos" >
|
|
<Preference
|
|
android:key="intent_demo_1"
|
|
android:title="Intent Demo 1" />
|
|
<Preference
|
|
android:key="intent_demo_2"
|
|
android:title="Intent Demo 2" />
|
|
</PreferenceCategory>
|
|
<PreferenceCategory android:title="AIDL Demos" >
|
|
<Preference
|
|
android:key="aidl_demo"
|
|
android:title="AIDL Demo 1" />
|
|
</PreferenceCategory>
|
|
|
|
|
|
</PreferenceScreen> |