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

Commit 451ff5a8 authored by Calin Juravle's avatar Calin Juravle Committed by Gerrit Code Review
Browse files

Merge "Fix VMRuntime.registerAppInfo usage"

parents 66ca5ac7 9036a978
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4448,7 +4448,7 @@ public final class ActivityThread {
        }
        }


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


    /*
    /*