Add Debug Toggles for Video and WiFI Calling Provisioning

-Add a debug toggle for Video Calling Provisioning
-Add a debug toggle for WiFi Calling Provisioning

Change-Id: I0cf3861ceabda48295181347b8997a2c8212de27
This commit is contained in:
Nathan Harold
2016-06-17 13:55:38 -07:00
parent b458f46438
commit 12e1f55e92
3 changed files with 120 additions and 31 deletions

View File

@@ -65,6 +65,12 @@
<!-- VoLTE provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="volte_provisioned_switch_string">VoLTE Provisioned</string>
<!-- Video calling provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="vt_provisioned_switch_string">Video Calling Provisioned</string>
<!-- Wifi Calling provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="wfc_provisioned_switch_string">Wifi Calling Provisioned</string>
<!-- Cell Radio Power. Only shown in diagnostic screen, so precise translation is not needed. -->
<string name="radio_info_radio_power">Cellular Radio Power</string>