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

Commit 9e4e96d3 authored by Brandon Weeks's avatar Brandon Weeks
Browse files

Fix typo in removeAccountExplicitly log message

Test: none
Change-Id: I2f9c02c3cfd7c677b4c7578ecd20187a7d0c0d57
parent d4847496
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2191,7 +2191,7 @@ public class AccountManagerService
            return false;
        } else if (!isAccountManagedByCaller(account.type, callingUid, userId)) {
            String msg = String.format(
                    "uid %s cannot explicitly add accounts of type: %s",
                    "uid %s cannot explicitly remove accounts of type: %s",
                    callingUid,
                    account.type);
            throw new SecurityException(msg);