feat: added an option to prevent phone from going into sleep mode if in-app

This commit is contained in:
antonio 2024-01-28 23:22:03 +01:00
parent cd44368d66
commit 634de67d74
5 changed files with 35 additions and 0 deletions

View file

@ -31,6 +31,11 @@
app:title="@string/settings_theme"
app:useSimpleSummaryProvider="true" />
<SwitchPreference
android:title="@string/settings_always_on_display"
android:defaultValue="false"
android:key="always_on_display" />
<SwitchPreference
android:title="@string/settings_rounded_corner"
android:defaultValue="true"