1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-19 11:30:44 +02:00

Revert companion pairing to false by default

This commit is contained in:
José Rebelo 2023-11-25 22:53:55 +00:00
parent deeaf28de4
commit 23b2b4247f

View File

@ -10,7 +10,7 @@
android:title="@string/ignore_bonded_devices"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:defaultValue="false"
android:key="enable_companiondevice_pairing"
android:layout="@layout/preference_checkbox"
android:summary="@string/companiondevice_pairing_details"