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

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

Update AccountManagerService checkKeyIntent. am: f483640d am: dbde7919 am: 3cf4c7dc

parents 6cc5e7d5 3cf4c7dc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4898,6 +4898,9 @@ public class AccountManagerService
                if (resolveInfo == null) {
                    return false;
                }
                if ("content".equals(intent.getScheme())) {
                    return false;
                }
                ActivityInfo targetActivityInfo = resolveInfo.activityInfo;
                int targetUid = targetActivityInfo.applicationInfo.uid;
                PackageManagerInternal pmi = LocalServices.getService(PackageManagerInternal.class);