Merge "Remove todo from PrivateSpaceMaitainer code" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9ce298db71
@@ -205,7 +205,6 @@ public class PrivateSpaceMaintainer {
|
|||||||
return mKeyguardManager.createConfirmDeviceCredentialIntent(
|
return mKeyguardManager.createConfirmDeviceCredentialIntent(
|
||||||
/* title= */ null, /* description= */null, mUserHandle.getIdentifier());
|
/* title= */ null, /* description= */null, mUserHandle.getIdentifier());
|
||||||
}
|
}
|
||||||
// TODO(b/304796434) Need to try changing this intent to use BiometricPrompt
|
|
||||||
return mKeyguardManager.createConfirmDeviceCredentialIntent(
|
return mKeyguardManager.createConfirmDeviceCredentialIntent(
|
||||||
/* title= */ null, /* description= */ null);
|
/* title= */ null, /* description= */ null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user