@Override
public Drawable getLargeAppIcon() {
Drawable icon = ResourcesCompat.getDrawableForDensity(mContext.getResources(), getIconId(),
getLargerDisplayDensity(), mContext.getTheme());
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && icon instanceof AdaptiveIconDrawable) {
return ((AdaptiveIconDrawable) icon).getForeground();
} else {
return icon;
}
}
PresetThemeStore.java 文件源码
java
阅读 26
收藏 0
点赞 0
评论 0
项目:Jockey
作者:
评论列表
文章目录