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

Commit 828d11df authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Fix uninitialized variable warning

Change-Id: Ib1d4a4e1431388a839f9ef8027b439f57922b025
parent 13a11d8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3427,7 +3427,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            final String pkgName = intent.getPackage();
            boolean queryCrossProfile = (flags & PackageManager.NO_CROSS_PROFILE) == 0;
            if (pkgName == null) {
                ResolveInfo resolveInfo;
                ResolveInfo resolveInfo = null;
                if (queryCrossProfile) {
                    // Check if the intent needs to be forwarded to another user for this package
                    ArrayList<ResolveInfo> crossProfileResult =