diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index ab2b5ba2314e5..d457d5cb48776 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -119,10 +119,10 @@ use. Some of the changes include:
MessageStyle class. You can configure the message, conversation
- title, and content view.
+ Messaging style customization: You can customize more of
+ the user interface labels associated with your notifications using the
+ MessagingStyle class. You can configure the message,
+ conversation title, and content view.
Android N introduces a new API for customizing the style of a notification.
- Using the MessageStyle class, you can change several of the
+ Using the MessagingStyle class, you can change several of the
labels displayed on the notification, including the conversation title,
additional messages, and the content view for the notification.
The following code snippet demonstrates how to customize a notification's
- style using the MessageStyle class.
+ style using the MessagingStyle class.