aboutsummaryrefslogtreecommitdiffstats
path: root/APG-API-Demo/res/xml/base_preference.xml
blob: c56e54746d8e54640501f4289bf9f7e76161afec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>