1<PreferenceScreen 2 xmlns:android="http://schemas.android.com/apk/res/android" 3 android:key="network_and_internet_screen" 4 android:title="@string/smart_forwarding_input_mdn_title"> 5 6 <EditTextPreference 7 android:key="slot0_phone_number" 8 android:title="SIM 1" 9 android:dialogTitle="@string/smart_forwarding_input_mdn_dialog_title" 10 android:persistent="false" /> 11 12 <EditTextPreference 13 android:key="slot1_phone_number" 14 android:title="SIM 2" 15 android:dialogTitle="@string/smart_forwarding_input_mdn_dialog_title" 16 android:persistent="false" /> 17 18</PreferenceScreen>