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

Commit 0ec2bc9a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update Icon find shared library resources" into sc-dev am: d7f30b0e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14443862

Change-Id: I406dbe18d110aa8481ce6025d92d639246548ad2
parents f6791990 d7f30b0e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -369,7 +369,9 @@ public final class Icon implements Parcelable {
                        final PackageManager pm = context.getPackageManager();
                        try {
                            ApplicationInfo ai = pm.getApplicationInfo(
                                    resPackage, PackageManager.MATCH_UNINSTALLED_PACKAGES);
                                    resPackage,
                                    PackageManager.MATCH_UNINSTALLED_PACKAGES
                                    | PackageManager.GET_SHARED_LIBRARY_FILES);
                            if (ai != null) {
                                mObj1 = pm.getResourcesForApplication(ai);
                            } else {