Global screenshot policy #920 #138

This commit is contained in:
Koitharu
2024-06-06 10:58:29 +03:00
parent 173087ee19
commit 124f31ebe1
15 changed files with 114 additions and 42 deletions

View File

@@ -9,6 +9,13 @@
android:summary="@string/protect_application_summary"
android:title="@string/protect_application" />
<ListPreference
android:defaultValue="allow"
android:entries="@array/screenshots_policy"
android:key="screenshots_policy"
android:title="@string/screenshots_policy"
app:useSimpleSummaryProvider="true" />
<SwitchPreferenceCompat
android:key="history_exclude_nsfw"
android:summary="@string/exclude_nsfw_from_history_summary"