修复在小内存设备上加载本地应用图标会内存不够然后闪退的问题

This commit is contained in:
chenjuntao
2019-04-26 16:18:44 +08:00
parent 193831ae7e
commit b78fa40eff
8 changed files with 28 additions and 10 deletions

View File

@ -114,7 +114,7 @@ public class CleanApkAdapter extends BaseRecyclerAdapter<KcSelectGameViewHolder>
appInfo.sourceDir = apk_path;
appInfo.publicSourceDir = apk_path;
Drawable apk_icon = appInfo.loadIcon(pm);
apkEntity.setGameBm(BitmapUtils.drawableToBitmap(apk_icon));
apkEntity.setGameBm(BitmapUtils.drawableToBitmap(apk_icon, true));
/** apk的绝对路劲 */
apkEntity.setGamePath(apk_path);
/** apk的版本名称 String */