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

Commit d7b6b3d5 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Revert "Set ConfirmDeviceCredentialActivity non-external in FRP"

This reverts commit ba5e25e3.

Reason for revert: b/183706857
Bug: b/171950236

Change-Id: Icdd1c76ed650539520a2ebf8ece078f17cdf9deb
parent ba5e25e3
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()