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

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

Merge "Rename APEX installPackage method to stagePackage."

parents ca465548 bfbf4eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -943,7 +943,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
        try {
            IApexService apex = IApexService.Stub.asInterface(
                    ServiceManager.getService("apexservice"));
            apex.installPackage(mResolvedBaseFile.toString());
            apex.stagePackage(mResolvedBaseFile.toString());
        } catch (Throwable e) {
            // Convert all exceptions into package manager exceptions as only those are handled
            // in the code above