mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 15:09:26 +01:00
fe73e9fec1
- open app preferences screen from device card menu - open auth preferences screen from DiscoveryActivity - add explanation about Auth key, make it open wiki link, fix #2240 - add New protocol checkbox and explanation when first pairing Miband 6
12 lines
514 B
XML
12 lines
514 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<PreferenceCategory
|
|
android:title="@string/connection_over_ble" />
|
|
|
|
<CheckBoxPreference
|
|
android:icon="@drawable/ic_bluetooth"
|
|
android:key="prefs_key_device_auto_reconnect"
|
|
android:title="@string/auto_reconnect_ble_title"
|
|
android:summary="@string/auto_reconnect_ble_summary"
|
|
android:layout="@layout/preference_checkbox" />
|
|
</PreferenceScreen> |