aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 183e37233..475ad5c2a 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -133,6 +133,17 @@
android:key="advanced"
android:title="@string/pref_advanced_options">
<PreferenceScreen
+ android:key="plugins"
+ android:summary="@string/pref_plugins_summary"
+ android:title="@string/pref_plugins">
+ <Preference
+ android:title="@string/pref_plugin_location"
+ android:summary="@string/pref_plugin_location_summary">
+ <intent android:action="android.intent.action.VIEW"
+ android:data="https://github.com/kriztan/ShareLocationPlugin/releases/download/0.2/ShareLocationPlugin-0.2.apk" />
+ </Preference>
+ </PreferenceScreen>
+ <PreferenceScreen
android:key="expert"
android:summary="@string/pref_expert_options_summary"
android:title="@string/pref_expert_options">