ligi/FAST

Problems with adaptive icons on Android-O

ligi opened this issue · 1 comments

ligi commented
Problems with adaptive icons on Android-O

ResolveInfo.loadIcon() returns an AdaptiveIconDrawable instance for adaptive icons. That will lead to a ClassCastException here:

final BitmapDrawable icon = (BitmapDrawable) ri.loadIcon(pm);