diff options
author | Christian S <kriztan@users.noreply.github.com> | 2015-11-25 12:38:05 +0100 |
---|---|---|
committer | Christian S <kriztan@users.noreply.github.com> | 2015-11-25 12:38:05 +0100 |
commit | 4dc8e2b1c9c2dfd5305b7f07df74de7f3c852308 (patch) | |
tree | 62b42f7c12c867263174b164ed36c3c5cf94adff /src/main/res/xml | |
parent | 715882d40218af1b0b8b9c20891a1fbad07f1d1e (diff) |
added plugin loader in settings
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 11 |
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"> |