Skip to content

Instantly share code, notes, and snippets.

@IevgenOsetrov
Created February 1, 2018 10:29
Show Gist options
  • Save IevgenOsetrov/de2a2cda72dcc8b07c87a05b89ad1e35 to your computer and use it in GitHub Desktop.
Save IevgenOsetrov/de2a2cda72dcc8b07c87a05b89ad1e35 to your computer and use it in GitHub Desktop.
Notifications icon
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
builder.setColor(getResources().getColor(R.color.red));
} else {
builder.setSmallIcon(R.mipmap.ic_launcher);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment