aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index b6bc807b2..9a96f7226 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -128,23 +128,6 @@
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>
- <Preference
- android:title="@string/pref_plugin_voice_recorder"
- android:summary="@string/pref_plugin_voice_recorder_summary">
- <intent android:action="android.intent.action.VIEW"
- android:data="https://github.com/kriztan/VoiceRecorder/releases/download/0.1/VoiceRecorder-0.1.apk" />
- </Preference>
- </PreferenceScreen>
- <PreferenceScreen
android:key="expert"
android:summary="@string/pref_expert_options_summary"
android:title="@string/pref_expert_options">