Skip to content

Instantly share code, notes, and snippets.

@fardavide
Created May 3, 2019 14:05
Show Gist options
  • Save fardavide/b0ee540c8c98dfe0e016f5ae193d4639 to your computer and use it in GitHub Desktop.
Save fardavide/b0ee540c8c98dfe0e016f5ae193d4639 to your computer and use it in GitHub Desktop.
context.showNotification( R.id.cache_cleaned_id ) {
importance = NotificationImportance.LOW
channel {
idRes = R.string.background_group_id
nameRes = R.string.background_group_name
}
notification {
smallIconRes = R.drawable.ic_app
titleRes = R.string.cache_cleaned_title
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment