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

Commit a2c9cbb8 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 rvc-dev am: ffea5f8f

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