Merge "Remove todo from PrivateSpaceMaitainer code" into main

This commit is contained in:
Joseph Vincent
2024-07-24 11:59:26 +00:00
committed by Android (Google) Code Review

View File

@@ -205,7 +205,6 @@ public class PrivateSpaceMaintainer {
return mKeyguardManager.createConfirmDeviceCredentialIntent(
/* title= */ null, /* description= */null, mUserHandle.getIdentifier());
}
// TODO(b/304796434) Need to try changing this intent to use BiometricPrompt
return mKeyguardManager.createConfirmDeviceCredentialIntent(
/* title= */ null, /* description= */ null);
}