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

Commit c7094c09 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Expose bitmapIconSize

Bug: 371174789
Test: builds
Flag: EXEMPT trivial change
Change-Id: I3e98b5c2c6bc70817a59e8123ed1511eacadfa94
parent a638fb69
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 {