Add enable/disable DSDS setting switch
This add a switch settings in the Phone Information screen to allow the user enable/disable the DSDS mode. Bug: 123088078 Test: build & manual test Change-Id: Ia3722fb26ce8825820ee96550a1d523da35c7a71
This commit is contained in:
@@ -182,6 +182,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/cbrs_data_switch_string" />
|
||||
|
||||
<!-- Switch between SSSS(single sim single standby) and DSDS(dual sim dual standby). -->
|
||||
<Switch android:id="@+id/dsds_switch"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginTop="8dip"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/dsds_switch_string" />
|
||||
|
||||
<!-- Horizontal Rule -->
|
||||
<View
|
||||
android:layout_width="fill_parent"
|
||||
|
||||
Reference in New Issue
Block a user