• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<PreferenceScreen
2        xmlns:android="http://schemas.android.com/apk/res/android"
3        xmlns:settings="http://schemas.android.com/apk/res-auto"
4        android:key="smart_forwarding_preference"
5        android:title="@string/smart_forwarding_title">
6
7      <SwitchPreference
8          android:key="smart_forwarding_switch"
9          android:title="Smart forwarding"
10          android:summaryOff="@string/smart_forwarding_summary_disabled"
11          android:summaryOn="@string/smart_forwarding_summary_enabled"
12          android:disableDependentsState="true" />
13
14</PreferenceScreen>