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

Commit a3281110 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Revert "Set ConfirmDeviceCredentialActivity non-external in FRP"" into sc-dev

parents 3ac49f0a d7b6b3d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
            launchedCDC = builder.setHeader(mTitle) // Show the title in the header location
                    .setDescription(mDetails)
                    .setAlternateButton(alternateButton)
                    .setExternal(false)
                    .setExternal(true)
                    .setUserId(LockPatternUtils.USER_FRP)
                    .show();
        } else if (isManagedProfile && isInternalActivity()