Allow view/update EAB Provisioning status

Bug: 37433707
Test: make
Change-Id: I8cafe72015a9d80c3711b7cf472ae8fadcfd8170
This commit is contained in:
Meng Wang
2017-04-26 15:02:51 -07:00
parent 10ad029318
commit 586741cc15
3 changed files with 71 additions and 0 deletions

View File

@@ -206,6 +206,14 @@
android:layout_height="wrap_content"
android:text="@string/wfc_provisioned_switch_string"/>
<!-- EAB/Presence provisioned -->
<Switch android:id="@+id/eab_provisioned_switch"
android:textSize="14sp"
android:layout_marginTop="8dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/eab_provisioned_switch_string"/>
<!-- SMSC -->
<RelativeLayout android:layout_width="match_parent"
android:layout_height="wrap_content">