-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
It would be nice to use mipmap's as notification icon like the new launcher icon
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)
Metadata
Metadata
Assignees
Labels
No labels