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

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

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

Update AccountManagerService checkKeyIntent. am: f483640d am: dbde7919 am: 3cf4c7dc am: 0fed3c74 am: a29ababe

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/28363641



Change-Id: I6353945e7f6cd016174095844dd4ead42d4af965
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 92d16514 a29ababe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4907,6 +4907,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);