Merge "Kill ConfirmDeviceCredentialBaseActivity when it is no longer visible" into nyc-dev

This commit is contained in:
Tony Mak
2016-03-21 15:20:34 +00:00
committed by Android (Google) Code Review

View File

@@ -246,6 +246,7 @@ public final class ChooseLockSettingsHelper {
// TODO: Remove once that bug is fixed.
if (intentSender != null || taskId != -1) {
outIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
outIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
}
}
}