mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Add preference for save raw pebble health data.
This commit is contained in:
@@ -174,6 +174,12 @@
|
||||
android:defaultValue="true"
|
||||
android:key="pebble_sync_health"
|
||||
android:title="@string/pref_title_pebble_sync_health" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pebble_health_store_raw"
|
||||
android:dependency="pebble_sync_health"
|
||||
android:title="@string/pref_title_pebble_health_store_raw"
|
||||
android:summary="@string/pref_summary_pebble_health_store_raw" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pebble_sync_misfit"
|
||||
|
||||
Reference in New Issue
Block a user