Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60d3e5ec authored by Jeremy Goldman's avatar Jeremy Goldman Committed by Android (Google) Code Review
Browse files

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

parents 062eb1ed 729af6c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
        android:layout_gravity="center_vertical"
        android:focusable="false"
        android:clickable="false"
        android:checked="true"
        android:checked="false"
        android:duplicateParentState="true"/>

    <LinearLayout
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ public class MainClearTest {

    @Test
    public void testEsimRecheckBoxDefaultChecked() {
        assertThat(((CheckBox) mContentView.findViewById(R.id.erase_esim)).isChecked()).isTrue();
        assertThat(((CheckBox) mContentView.findViewById(R.id.erase_esim)).isChecked()).isFalse();
    }

    @Test