[PM-17215] Remove get_login_creds from Fido2OriginManagerImpl.filterMatchingAppStatementsOrNull (#4804)

This commit is contained in:
aj-rosado
2025-02-28 10:46:04 +00:00
committed by GitHub
parent 2027a66f02
commit 915aac561c

View File

@@ -134,7 +134,6 @@ class Fido2OriginManagerImpl(
target.packageName == rpPackageName &&
statement.relation.containsAll(
listOf(
"delegate_permission/common.get_login_creds",
"delegate_permission/common.handle_all_urls",
),
)