diff options
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.xml | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 322f5840..00000000 --- a/iget_android/app/src/main/res/xml/pref_routes.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="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> |