diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2015-06-21 23:55:22 +0200 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2015-06-21 23:55:22 +0200 |
commit | e977b5fa547a8a9459d7f7cd52acd57de6e9e784 (patch) | |
tree | 67b1c41cb5431b4f1910863bf918c266c5caf05b /app/src/main | |
parent | 25d19e9be8d47173212c7de338e34781aaa62218 (diff) | |
parent | 7c944cbe65098ea46ee7e85166ada2cdb4b2a20b (diff) | |
download | AntennaPod-e977b5fa547a8a9459d7f7cd52acd57de6e9e784.zip |
Merge pull request #925 from danners/develop
Download Report: introduce setting to disable
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index e848915cf..564630afc 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -25,6 +25,12 @@ android:key="prefPersistNotify" android:summary="@string/pref_persistNotify_sum" android:title="@string/pref_persistNotify_title"/> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="true" + android:key="prefShowDownloadReport" + android:summary="@string/pref_showDownloadReport_sum" + android:title="@string/pref_showDownloadReport_title"/> </PreferenceCategory> <PreferenceCategory android:title="@string/queue_label"> |