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

Commit c91440fd authored by Matt Casey's avatar Matt Casey Committed by Android (Google) Code Review
Browse files

Merge "HSUM fix for ChooserActivityWorkProfileTest" into main

parents 98567c3c ffb31e9e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,8 @@ public class ChooserActivityWorkProfileTest {

    private static final UserHandle PERSONAL_USER_HANDLE = InstrumentationRegistry
            .getInstrumentation().getTargetContext().getUser();
    private static final UserHandle WORK_USER_HANDLE = UserHandle.of(10);
    private static final UserHandle WORK_USER_HANDLE =
            UserHandle.of(PERSONAL_USER_HANDLE.getIdentifier() + 1);

    @Rule
    public ActivityTestRule<ChooserWrapperActivity> mActivityRule =