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

Commit 9036a978 authored by Calin Juravle's avatar Calin Juravle
Browse files

Fix VMRuntime.registerAppInfo usage

Partial cherry pick from git commit
d479b52d

Change-Id: I1de6e7eda23e6029c87896d8c01e063b98e39f74
parent ffa1c084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4448,7 +4448,7 @@ public final class ActivityThread {
        }

        VMRuntime.registerAppInfo(profileFile.getAbsolutePath(), appInfo.dataDir,
                codePaths.toArray(new String[codePaths.size()]));
                codePaths.toArray(new String[codePaths.size()]), null);
    }

    /*