aboutsummaryrefslogtreecommitdiffstats
path: root/APG-API-Demo/res/xml/base_preference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'APG-API-Demo/res/xml/base_preference.xml')
-rw-r--r--APG-API-Demo/res/xml/base_preference.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/APG-API-Demo/res/xml/base_preference.xml b/APG-API-Demo/res/xml/base_preference.xml
new file mode 100644
index 000000000..c56e54746
--- /dev/null
+++ b/APG-API-Demo/res/xml/base_preference.xml
@@ -0,0 +1,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> \ No newline at end of file