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

@@ -190,6 +190,22 @@
android:layout_height="wrap_content"
android:text="@string/volte_provisioned_switch_string"/>
<!-- VT provisioned -->
<Switch android:id="@+id/vt_provisioned_switch"
android:textSize="14sp"
android:layout_marginTop="8dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/vt_provisioned_switch_string"/>
<!-- Wifi Calling provisioned -->
<Switch android:id="@+id/wfc_provisioned_switch"
android:textSize="14sp"
android:layout_marginTop="8dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/wfc_provisioned_switch_string"/>
<!-- SMSC -->
<RelativeLayout android:layout_width="match_parent"
android:layout_height="wrap_content">