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

Commit cb75a532 authored by Samiul Islam's avatar Samiul Islam Committed by Android (Google) Code Review
Browse files

Merge "Flag guard when we call into InstallDependencyHelper" into main

parents 6801f23c 42b63887
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2329,7 +2329,10 @@ public class PackageInstallerService extends IPackageInstaller.Stub implements
                            }
                        }

                        mInstallDependencyHelper.notifySessionComplete(session.sessionId, success);
                        if (Flags.sdkDependencyInstaller()) {
                            mInstallDependencyHelper.notifySessionComplete(
                                    session.sessionId, success);
                        }

                        final File appIconFile = buildAppIconFile(session.sessionId);
                        if (appIconFile.exists()) {