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

Commit fc9c0f44 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: I9d0cf4af1e7b491b07f2bc1243d171bda21f45cd
parents 725ea83b 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 {