1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 13:30:48 +02:00

update summary of new toggle

This commit is contained in:
Lukas 2023-05-28 23:45:18 +02:00 committed by José Rebelo
parent f6b8567246
commit d54b7426cc

View File

@ -16,9 +16,9 @@
<SwitchPreference
android:defaultValue="1000"
android:inputType="number"
android:icon="@drawable/ic_access_time"
android:icon="@drawable/ic_gps_location"
android:key="banglejs_gps_use_network_only"
android:summary="This option is only active, if the gps data of the phone is being used. This option can be used to use only the network provider to reduce the power consumption for the cost of accuracy. A reconnection of the device is needed."
android:summary="This option is only active, if the gps data of the phone is being used. This option can be used to use only the network provider to determine the location. This reduces the power consumption for the cost of accuracy. A reconnection of the device is needed."
android:title="Only use network to determine location" />
<SwitchPreference