Loading core/java/com/android/internal/app/ResolverListAdapter.java +6 −1 Original line number Diff line number Diff line Loading @@ -1195,7 +1195,12 @@ public class ResolverListAdapter extends BaseAdapter { @Nullable protected Drawable loadIconFromResource(Resources res, int resId) { try { return res.getDrawableForDensity(resId, mIconDpi); } catch (Resources.NotFoundException e) { Log.e(TAG, "Resource not found", e); return null; } } } Loading Loading
core/java/com/android/internal/app/ResolverListAdapter.java +6 −1 Original line number Diff line number Diff line Loading @@ -1195,7 +1195,12 @@ public class ResolverListAdapter extends BaseAdapter { @Nullable protected Drawable loadIconFromResource(Resources res, int resId) { try { return res.getDrawableForDensity(resId, mIconDpi); } catch (Resources.NotFoundException e) { Log.e(TAG, "Resource not found", e); return null; } } } Loading