Network Factory Device Reset defaults to not resetting the eSim profile.

Test: xml change, no test available.
Change-Id: Ifa5f209d7a0ed9d081fb8bbf7d34e9cddcc2f317
This commit is contained in:
Jeremy Goldman
2020-11-05 03:54:14 +00:00
parent 491d214644
commit 729af6c9d0
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:focusable="false" android:focusable="false"
android:clickable="false" android:clickable="false"
android:checked="true" android:checked="false"
android:duplicateParentState="true"/> android:duplicateParentState="true"/>
<LinearLayout <LinearLayout

View File

@@ -236,7 +236,7 @@ public class MainClearTest {
@Test @Test
public void testEsimRecheckBoxDefaultChecked() { public void testEsimRecheckBoxDefaultChecked() {
assertThat(((CheckBox) mContentView.findViewById(R.id.erase_esim)).isChecked()).isTrue(); assertThat(((CheckBox) mContentView.findViewById(R.id.erase_esim)).isChecked()).isFalse();
} }
@Test @Test