mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-05 00:12:56 +01:00
11 lines
467 B
XML
11 lines
467 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<PreferenceCategory
|
||
|
android:title="Connection over BLE" />
|
||
|
|
||
|
<CheckBoxPreference
|
||
|
android:key="prefs_key_device_auto_reconnect"
|
||
|
android:title="auto-reconnect to device"
|
||
|
android:summary="proactively try to connect to device periodically"
|
||
|
android:layout="@layout/preference_checkbox" />
|
||
|
</PreferenceScreen>
|