Option to block screenshots in reader #114

This commit is contained in:
Koitharu
2022-02-27 20:28:55 +02:00
parent 245e32237e
commit 54a914097d
9 changed files with 62 additions and 0 deletions

View File

@@ -38,4 +38,13 @@
android:title="@string/show_pages_numbers"
app:iconSpaceReserved="false" />
<ListPreference
android:entries="@array/screenshots_policy"
android:entryValues="@array/values_screenshots_policy"
android:key="screenshots_policy"
android:title="@string/screenshots_policy"
app:defaultValue="allow"
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true" />
</PreferenceScreen>