mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
Bangle.js: Set default value for GPS event interval like the internal GPS does
This commit is contained in:
parent
d4bcbc52fb
commit
71d058ec78
@ -7,7 +7,7 @@
|
|||||||
android:summary="Use the gps data of the phone to overwrite the gps data of the bangle device"
|
android:summary="Use the gps data of the phone to overwrite the gps data of the bangle device"
|
||||||
android:title="Use phone gps data" />
|
android:title="Use phone gps data" />
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:defaultValue="10000"
|
android:defaultValue="1000"
|
||||||
android:inputType="number"
|
android:inputType="number"
|
||||||
android:icon="@drawable/ic_access_time"
|
android:icon="@drawable/ic_access_time"
|
||||||
android:key="banglejs_gps_update_interval"
|
android:key="banglejs_gps_update_interval"
|
||||||
|
Loading…
Reference in New Issue
Block a user