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

Commit 82714665 authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by Automerger Merge Worker
Browse files

Merge "Update AccountManagerService checkKeyIntentParceledCorrectly." into rvc-dev am: d40861be

parents d013fed9 d40861be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4840,6 +4840,9 @@ public class AccountManagerService
            Bundle simulateBundle = p.readBundle();
            p.recycle();
            Intent intent = bundle.getParcelable(AccountManager.KEY_INTENT);
            if (intent != null && intent.getClass() != Intent.class) {
                return false;
            }
            Intent simulateIntent = simulateBundle.getParcelable(AccountManager.KEY_INTENT);
            if (intent == null) {
                return (simulateIntent == null);