aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian S <kriztan@users.noreply.github.com>2015-11-25 12:38:05 +0100
committerChristian S <kriztan@users.noreply.github.com>2015-11-25 12:38:05 +0100
commit4dc8e2b1c9c2dfd5305b7f07df74de7f3c852308 (patch)
tree62b42f7c12c867263174b164ed36c3c5cf94adff /src/main/res/xml/preferences.xml
parent715882d40218af1b0b8b9c20891a1fbad07f1d1e (diff)
added plugin loader in settings
Diffstat (limited to '')
-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">