Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b13ff8ac authored by Helen Qin's avatar Helen Qin
Browse files

Temporarily disable the flag reading that crashes the get flow

Bug: 268143699
Test: mamual
Change-Id: I0a763b5fe7a5cdf9252be475648347c1f18d37f8
parent e5d3844e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -359,7 +359,8 @@ public final class CredentialManagerService

            List<ProviderSession> providerSessions;

            if (isCredentialDescriptionApiEnabled()) {
            // TODO(b/268143699): temporarily disable the flag due to bug.
            if (false) {
                List<CredentialOption> optionsThatRequireActiveCredentials =
                        request.getCredentialOptions().stream()
                                .filter(