Revert "Radio Information UI for enabling/disabling debug settings of MO over VoLTE"

Superseded by "Enhanced 4G LTE Mode" official setting.

This reverts commit 572d253982.
This commit is contained in:
Etan Cohen
2014-08-11 13:30:14 -07:00
parent 26d8c0e99e
commit 19465fa3eb
3 changed files with 0 additions and 46 deletions

View File

@@ -234,14 +234,6 @@
android:layout_height="wrap_content"
/>
<!-- Dial over PS (i.e. MO VoLTE) -->
<Button android:id="@+id/mo_over_volte"
android:textSize="14sp"
android:layout_marginTop="8dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<!-- LTE ram dump -->
<Button android:id="@+id/lte_ram_dump"
android:textSize="14sp"

View File

@@ -67,11 +67,6 @@
<!-- 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>
<!-- MO over PS/VoLTE. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="mo_over_volte_on">Enable MO over PS/VoLTE</string>
<!-- MO over PS/VoLTE. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="mo_over_volte_off">Disable MO over PS/VoLTE</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. -->