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

Commit a19e889f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename snapshotProfile to createProfileSnapshot for consistency"

parents ed29cd94 388cd5ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ public class Installer extends SystemService {
            throws InstallerException {
        if (!checkBeforeRemote()) return false;
        try {
            return mInstalld.snapshotProfile(appId, packageName, codePath);
            return mInstalld.createProfileSnapshot(appId, packageName, codePath);
        } catch (Exception e) {
            throw InstallerException.from(e);
        }