aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/main_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/main_preferences.xml')
-rw-r--r--app/src/main/res/xml/main_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index ce6ff184..48bf5697 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -41,6 +41,11 @@
android:icon="@drawable/ic_download_24dp"
app:fragment="ml.docilealligator.infinityforreddit.Settings.DownloadLocationPreferenceFragment" />
+ <Preference
+ app:title="@string/settings_security_title"
+ android:icon="@drawable/ic_security_24dp"
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.SecurityPreferenceFragment" />
+
<SwitchPreference
app:defaultValue="false"
app:key="save_front_page_scrolled_position"