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