Garmin / Zepp OS: Add experimental settings

This commit is contained in:
José Rebelo
2025-12-21 17:01:44 +00:00
parent 794166d2b1
commit 8a4bc18c03
16 changed files with 116 additions and 14 deletions
+8
View File
@@ -463,6 +463,14 @@
app:iconSpaceReserved="false" />
</PreferenceCategory>
</PreferenceScreen>
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="experimental_settings"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_experimental_settings_summary"
android:title="@string/pref_experimental_settings_title"
app:iconSpaceReserved="false" />
</PreferenceScreen>
<PreferenceScreen