open-keychain/APG-API-Demo/res/xml/base_preference.xml

15 lines
485 B
XML
Raw Normal View History

2012-04-11 13:29:27 -04:00
<?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>