Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. val icon = IconCompat.createWithData(bytes, 0, bytes.size)
  2. val builder = NotificationCompat.Builder(applicationContext, channelId)
  3. .setSmallIcon(icon.resId)
  4. return builder.build()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement