How can I use an SVG vector drawable (XML) as an Icon for NotificationCompat.Builder().setSmallIcon(Icon icon)
I have an SVG vector drawable button.xml
that I want to use as an Icon for a notification builder in either of the setSmallIcon
s ..
I have an SVG vector drawable button.xml
that I want to use as an Icon for a notification builder in either of the setSmallIcon
s ..