Skip to content

Commit ad53ab5

Browse files
author
Rubin Xu
committed
Default to not add account post PO provisioning
Most functionalities in TestDPC does not require an account, so make this the default to save us one tap. Bug: 154726355 Test: manual Change-Id: Ic3e2ab4a40024a65dd897eda5379ce356168255c
1 parent 2c93dee commit ad53ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_add_account.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
android:id="@+id/add_account"
4747
android:layout_width="wrap_content"
4848
android:layout_height="@dimen/add_account_option_height"
49-
android:checked="true"
5049
android:text="@string/add_account" />
5150

5251
<RadioButton
@@ -59,6 +58,7 @@
5958
android:id="@+id/add_account_skip"
6059
android:layout_width="match_parent"
6160
android:layout_height="@dimen/add_account_option_height"
61+
android:checked="true"
6262
android:text="@string/add_account_skip" />
6363
</RadioGroup>
6464
</LinearLayout>

0 commit comments

Comments
 (0)