I'm getting very weird crashes on LG-H830 (6.0.1) and LGE VS985 4G (6.0):
Caused by android.content.res.Resources$NotFoundException: File res/drawable-anydpi-v24/$hexagon_line_age__0.xml from color state list resource ID #0x7f070009
The issue, that it can't inflate a vector drawable with a gradient on pre-Nougat devices, is known. That's why these resources are in drawable-anydpi-v24
.
The question, why these devices are trying to load v24
resources, leaves me clueless. A ROM bug?