Is there a compatibility library for/way to use NotificationBuilder on Gingerbread and below?
android, notifications
Solution
The Android Support package contains `NotificationCompat.Builder`, that supplies a backport of `Notification.Builder` for use on API Level 4 and higher.
Problem
I like the ease of use of NotificationBuilder, and need to update my notification frequently. Is there a way I can use this fantastic class on earlier versions of Android?