Set ConfirmDeviceCredentialActivity non-external in FRP
FRP ConfirmDeviceCredentialActivity launched in initial setup flow should belong to internal flow, so it needs to set the external flag to false. It can transmit setup intent extra to the stencil library to make the screen be applied to the stencil and BC layout. Bug: 171950236 Test: Manual test & RunSettingsGoogleRoboTests Change-Id: Ia98d1bb4fc3a1687992b202b1e58afc1463efaf4
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
|
||||
.setDescription(mDetails)
|
||||
.setAlternateButton(alternateButton)
|
||||
.setExternal(true)
|
||||
.setExternal(false)
|
||||
.setUserId(LockPatternUtils.USER_FRP)
|
||||
.show();
|
||||
} else if (isManagedProfile && isInternalActivity()
|
||||
|
Reference in New Issue
Block a user