Open wendt88 opened 4 years ago
It would be nice to use mipmap's as notification icon like the new launcher icon
mipmap
for example add this snippet here:
let defType = 'drawable'; let segments = resourcename.split('/'); if (segments.length > 1) { defType = segments[0]; resourcename= segments[1]; }
so as icon property could be set: mipmap/icon or icon (to get it from drawable)
icon
mipmap/icon
drawable
It would be nice to use
mipmap
's as notification icon like the new launcher iconfor example add this snippet here:
so as
icon
property could be set:mipmap/icon
oricon
(to get it fromdrawable
)