2022-06-19 16:03:37 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2023-10-06 22:06:35 +02:00
|
|
|
<SwitchPreferenceCompat
|
2022-06-19 16:03:37 +02:00
|
|
|
android:defaultValue="false"
|
2024-03-09 15:24:50 +01:00
|
|
|
android:icon="@drawable/ic_mtu"
|
2022-06-19 16:03:37 +02:00
|
|
|
android:key="force_new_protocol"
|
2024-03-31 00:31:23 +01:00
|
|
|
android:layout="@layout/preference_checkbox"
|
2022-06-19 16:03:37 +02:00
|
|
|
android:summary="@string/pref_summary_huami_force_new_protocol"
|
|
|
|
android:title="@string/pref_title_huami_force_new_protocol" />
|
|
|
|
</androidx.preference.PreferenceScreen>
|