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

Commit fc67939f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixes order of arguments when fetching uninstalled app info" into...

Merge "Fixes order of arguments when fetching uninstalled app info" into rvc-dev am: ffea5f8f am: a2c9cbb8 am: 74522946 am: 427b1f15

Change-Id: I9e90d5e35651886f5cecce666a19bb8569a04a59
parents d9dcf989 427b1f15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8611,7 +8611,7 @@ public class PackageManagerService extends IPackageManager.Stub
                        // Shared lib filtering done in generateApplicationInfoFromSettingsLPw
                        // and already converts to externally visible package name
                        ai = generateApplicationInfoFromSettingsLPw(ps.name,
                                callingUid, effectiveFlags, userId);
                                effectiveFlags, callingUid, userId);
                    }
                    if (ai != null) {
                        list.add(ai);