Solved

In Android 8

Question 11

Multiple Choice

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()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions