Clicking the time now opens the clock app. Can be disabled.

This commit is contained in:
ottoptj 2024-08-16 14:12:08 +03:00
commit 5f1c10eb54
5 changed files with 23 additions and 1 deletions

View file

@ -153,6 +153,12 @@
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="Gestures">
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="true"
android:title="Clicking Time Opens Clock"
app:key="clockClick" />
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"