Revert "Set ConfirmDeviceCredentialActivity non-external in FRP"
This reverts commit ba5e25e3b1
.
Reason for revert: b/183706857
Bug: b/171950236
Change-Id: Icdd1c76ed650539520a2ebf8ece078f17cdf9deb
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user