aboutsummaryrefslogtreecommitdiffstats
path: root/iget_android/app/src/main/res/xml/pref_face.xml
diff options
context:
space:
mode:
Diffstat (limited to 'iget_android/app/src/main/res/xml/pref_face.xml')
-rw-r--r--iget_android/app/src/main/res/xml/pref_face.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/iget_android/app/src/main/res/xml/pref_face.xml b/iget_android/app/src/main/res/xml/pref_face.xml
deleted file mode 100644
index b05ce892..00000000
--- a/iget_android/app/src/main/res/xml/pref_face.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <PreferenceCategory
- android:key="faces"
- android:title="Faces">
-
- <Preference android:title="Create face" android:key="create_face" />
-
- <PreferenceScreen android:title="List faces" android:key="list">
- <intent android:action="android.intent.action.VIEW"
- android:targetPackage="net.named_data.nfd"
- android:targetClass="net.named_data.nfd.FaceListActivity" />
- </PreferenceScreen>
-
- </PreferenceCategory>
-</PreferenceScreen>