diff options
author | Christian S <christian@pix-art.de> | 2016-05-05 23:01:18 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-05-05 23:01:18 +0200 |
commit | 8f0f7e94a9626ef51f149f83f04dcb030f1b3234 (patch) | |
tree | 95d0ffb0e8b1042fba0207497257858b64bf2f89 /src | |
parent | 6cf1ead0dc2e3c315614bcf0a7665da124bc08bc (diff) |
remove plugin section from settings
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/xml/preferences.xml | 17 |
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"> |