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

Commit 97c81abc authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "Expose bitmapIconSize" into main

parents f4b491fb c7094c09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -148,6 +148,10 @@ public class BaseIconFactory implements AutoCloseable {
        return mFullResIconDpi;
    }

    public int getIconBitmapSize() {
        return mIconBitmapSize;
    }

    @SuppressWarnings("deprecation")
    public BitmapInfo createIconBitmap(Intent.ShortcutIconResource iconRes) {
        try {