aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-03-23 11:50:42 +0100
committerChristian S <christian@pix-art.de>2016-03-23 11:50:42 +0100
commit4f8ea50efaaa1c3c123ad621f39772bc01a008da (patch)
tree7294b66abd85bfffeef183907dbbd91dd82bc840 /src/main
parenta72d94c40584e7ca7a0a3ffacca8424ac0ad600f (diff)
added VoiceRecorder to plugins
Diffstat (limited to 'src/main')
-rw-r--r--src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 4ffd5c5cf..6abd88750 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -125,6 +125,12 @@
<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"