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

Commit 4874dcd4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I1a23191b into eclair-mr2

* changes:
  fix build
parents 662e4991 1a23191b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1608,7 +1608,7 @@ public class AccountManagerService
        return fromAuthenticator || hasExplicitGrants || inSystemImage;
    }

    private boolean hasAuthenticatorcontextUid(String accountType, int callingUid) {
    private boolean hasAuthenticatorUid(String accountType, int callingUid) {
        for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo :
                mAuthenticatorCache.getAllServices()) {
            if (serviceInfo.type.type.equals(accountType)) {