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 launchedCDC = builder.setHeader(mTitle) // Show the title in the header location
.setDescription(mDetails) .setDescription(mDetails)
.setAlternateButton(alternateButton) .setAlternateButton(alternateButton)
.setExternal(false) .setExternal(true)
.setUserId(LockPatternUtils.USER_FRP) .setUserId(LockPatternUtils.USER_FRP)
.show(); .show();
} else if (isManagedProfile && isInternalActivity() } else if (isManagedProfile && isInternalActivity()