summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-03-15 14:10:15 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-03-18 23:22:23 +0100
commit466e6003b53296682a180b8360a3577424a51049 (patch)
treed3c07a89b7eab389d2d9e88d7856a815c5629084 /app/src/main/res
parent2c4aaea708c1b541f801c8b731336173ad38482c (diff)
downloadAntennaPod-466e6003b53296682a180b8360a3577424a51049.zip
Link to known issues/bugs in Settings
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index e0671e67b..6001ade6b 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -272,6 +272,9 @@
android:key="prefAbout"
android:title="@string/about_pref"/>
<Preference
+ android:key="prefKnownIssues"
+ android:title="@string/pref_known_issues"/>
+ <Preference
android:key="prefSendCrashReport"
android:title="@string/crash_report_title"
android:summary="@string/crash_report_sum"/>