Merge "Set ConfirmDeviceCredentialActivity non-external in FRP" into sc-dev am: 5f3cb0b666
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13697945 Change-Id: I2525f4195d4c7bbf3a8bea142c986a1c075238b2
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(true)
|
.setExternal(false)
|
||||||
.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