Files
app_Settings/res/xml/smart_forwarding_mdn_handler_header.xml
calvinpan e077e39a1b [Smart forwarding] Add string and layout resource
Add string and layout resource

Bug: 170178144
Test: By manual
1. Test turn on/turn off flow
2. Test enter phone number flow

Change-Id: I343b705b0491003d8a3e77ac65630966f02d3546
2021-01-25 10:07:26 +08:00

18 lines
665 B
XML

<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:key="network_and_internet_screen"
android:title="@string/smart_forwarding_input_mdn_title">
<EditTextPreference
android:key="slot0_phone_number"
android:title="SIM 1"
android:dialogTitle="@string/smart_forwarding_input_mdn_dialog_title"
android:persistent="false" />
<EditTextPreference
android:key="slot1_phone_number"
android:title="SIM 2"
android:dialogTitle="@string/smart_forwarding_input_mdn_dialog_title"
android:persistent="false" />
</PreferenceScreen>