Started working on API demo app

This commit is contained in:
Dominik
2012-06-13 19:28:21 +03:00
parent ea39b14bf5
commit 428a9c5396
17 changed files with 741 additions and 1 deletions
@@ -0,0 +1,20 @@
<?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>