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

This commit is contained in:
Kevin Chyn
2021-04-14 17:56:14 +00:00
committed by Android (Google) Code Review

View File

@@ -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()