Add a button to enable/disable Mobile Terminated SMS over IMS
This toggles persist.radio.imsallowmtsms between 0/1 which can be used during testing and bring up of SMS over IMS. Change-Id: I4581bca76899445e825260e8af6a39903d029c44
This commit is contained in:
@@ -204,6 +204,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<!-- SMS over IMS -->
|
||||
<Button android:id="@+id/sms_over_ims"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginTop="8dip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
<!-- SMSC -->
|
||||
<RelativeLayout android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
@@ -40,8 +40,12 @@
|
||||
<!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
|
||||
<string name="turn_off_radio">Turn off radio</string>
|
||||
|
||||
<!-- Phone info -->
|
||||
<!-- Phone IMS registration required on. Only shown in diagnostic screen, so precise translation is not needed. -->
|
||||
<!-- Phone SMS over IMS on. Only shown in diagnostic screen, so precise translation is not needed. -->
|
||||
<string name="sms_over_ims_on">Turn on SMS over IMS</string>
|
||||
<!-- Phone SMS over IMS off. Only shown in diagnostic screen, so precise translation is not needed. -->
|
||||
<string name="sms_over_ims_off">Turn off SMS over IMS</string>
|
||||
|
||||
<!-- Phone SMS over IMS IMS registration required on. Only shown in diagnostic screen, so precise translation is not needed. -->
|
||||
<string name="ims_reg_required_on">Turn on IMS registration required</string>
|
||||
<!-- Phone IMS registration required off. Only shown in diagnostic screen, so precise translation is not needed. -->
|
||||
<string name="ims_reg_required_off">Turn off IMS registration required</string>
|
||||
|
||||
Reference in New Issue
Block a user