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.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/APG-API-Demo/res/xml/base_preference.xml b/APG-API-Demo/res/xml/base_preference.xml
deleted file mode 100644
index c9a34efd1..000000000
--- a/APG-API-Demo/res/xml/base_preference.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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="Content Provider" >
- <Preference
- android:key="content_provider_demo"
- android:title="Content Provider Demo" />
- </PreferenceCategory>
- <PreferenceCategory android:title="AIDL" >
- <Preference
- android:key="aidl_demo"
- android:title="AIDL Demo (ACCESS_API permission)" />
- <Preference
- android:key="aidl_demo2"
- android:title="AIDL Demo (ACCESS_KEYS permission)" />
- </PreferenceCategory>
-
-</PreferenceScreen> \ No newline at end of file