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

Commit f6992ead authored by Daniel Kim's avatar Daniel Kim Committed by Android (Google) Code Review
Browse files

Merge "unflag cred autofill security fix" into main

parents 78442a49 b3d70aab
Loading
Loading
Loading
Loading
+20 −24
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ import android.credentials.ISetEnabledProvidersCallback;
import android.credentials.PrepareGetCredentialResponseInternal;
import android.credentials.RegisterCredentialDescriptionRequest;
import android.credentials.UnregisterCredentialDescriptionRequest;
import android.credentials.flags.Flags;
import android.os.Binder;
import android.os.CancellationSignal;
import android.os.IBinder;
@@ -538,7 +537,6 @@ public final class CredentialManagerService

            final int userId = UserHandle.getCallingUserId();
            final int callingUid = Binder.getCallingUid();
            if (Flags.safeguardCandidateCredentialsApiCaller()) {
            try {
                String credentialManagerAutofillCompName = mContext.getResources().getString(
                        R.string.config_defaultCredentialManagerAutofillService);
@@ -563,8 +561,6 @@ public final class CredentialManagerService
                throw new SecurityException(
                        "Credential Autofill service does not exist on this device.");
            }
            }


            // New request session, scoped for this request only.
            final GetCandidateRequestSession session =