Is there an API available to check whether Bubbles are enabled from Developer Options?
There is an API NotificationManager#areBubblesAllowed
(https://developer.android.com/reference/android/app/NotificationManager#areBubblesAllowed()) but this only checks Bubble permission in application level.