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

This commit is contained in:
Pasty Chang
2021-03-25 08:22:25 +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(true)
.setExternal(false)
.setUserId(LockPatternUtils.USER_FRP)
.show();
} else if (isManagedProfile && isInternalActivity()