
The one functional change here is to require subclasses to implement getForegroundNotification. It seems easier and less error prone to force developers to implement it than it does to document the cases in which they need to override it (which is most cases). PiperOrigin-RevId: 240566737