-
-
Save Arunshaik2001/2da0104e9372031baebbffa17d179b16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val builder = NotificationCompat.Builder(context, NotificationChannels.CHANNEL1).apply { | |
setContentTitle("Picture Download") | |
setContentText("Download in progress") | |
setSmallIcon(com.google.accompanist.permissions.R.drawable.notification_bg) | |
priority = NotificationCompat.PRIORITY_LOW | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment