List of questions
Related questions
Question 83 - Associate Android Developer discussion
In Android 8.0, API level 26, some APIs regarding notification behaviors were moved from Notification to NotificationChannel. For example, what should we use instead of NotificationCompat.Builder.setPriority() for Android 8.0 and higher?
A.
NotificationChannel.setPriority()
B.
NotificationChannel.setImportance()
C.
NotificationCompat.Builder.setImportance()
Your answer:
0 comments
Sorted by
Leave a comment first