pipa: peripheralmanager: set angle detection to false by default

- The whole thing is useful for like 2 pipa owners with the official keyboard, so it's better to keep it opt-in by default
This commit is contained in:
Roman Lubij
2025-06-17 12:00:00 +00:00
committed by gensis01
parent 5c2546b3a8
commit 93c69a9ac4

View File

@@ -20,7 +20,7 @@
<SwitchPreference
android:key="keyboard_switch_key"
android:defaultValue="true"
android:defaultValue="false"
android:title="@string/keyboard_switch_title"
android:summary="@string/keyboard_switch_summary"/>