hsiafan/apk-parser

Bug: can't parse AdaptiveIcon of VectorDrawable correctly

Opened this issue · 0 comments

It seems the library handles AdaptiveIcon that consists of VectorDrawable in a wrong way.

For some reason, it shows as if it's a bitmap, but only for the background:

image

Attached sample project to show the issue.
Tested on emulator with API 28

My Application.zip