Add preference for save raw pebble health data.

This commit is contained in:
Daniele Gobbetti
2016-08-31 14:05:02 +02:00
parent cd535a0a45
commit 84e644fa1a
7 changed files with 39 additions and 3 deletions
+6
View File
@@ -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"