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

Commit ee1e6ef6 authored by Jackal Guo's avatar Jackal Guo Committed by Android (Google) Code Review
Browse files

Merge "Update broadcast with correct extra field"

parents dcc92705 e74e9617
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19542,6 +19542,9 @@ public class PackageManagerService extends IPackageManager.Stub
        }
        if (outInfo != null) {
            if ((flags & PackageManager.DELETE_KEEP_DATA) == 0) {
                outInfo.dataRemoved = true;
            }
            outInfo.removedPackage = ps.name;
            outInfo.installerPackageName = ps.installSource.installerPackageName;
            outInfo.isStaticSharedLib = pkg != null && pkg.getStaticSharedLibName() != null;