1<PreferenceScreen
2    xmlns:android="http://schemas.android.com/apk/res/android"
3    android:key="smart_forwarding_preference"
4    android:title="@string/smart_forwarding_title">
5
6      <SwitchPreferenceCompat
7          android:key="smart_forwarding_switch"
8          android:title="Smart forwarding"
9          android:summaryOff="@string/smart_forwarding_summary_disabled"
10          android:summaryOn="@string/smart_forwarding_summary_enabled"
11          android:disableDependentsState="true" />
12
13</PreferenceScreen>