diff options
| author | 2013-02-25 19:29:06 +0000 | |
|---|---|---|
| committer | 2013-02-25 19:29:06 +0000 | |
| commit | 06764394eb9e4ba4e5f87c816827d82c93b5e71c (patch) | |
| tree | caeef62044562e602be5ea943919e96e150c73e3 | |
| parent | d51eebae6d5d798e5af2ec49f77d4b5fcf1678b7 (diff) | |
| parent | 43f81181bcfed0a97bf39175b690526c047ee0fb (diff) | |
Merge "Bug 8261430: Typo in Notifications" into jb-mr1-dev
| -rw-r--r-- | docs/html/guide/topics/ui/notifiers/notifications.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/notifiers/notifications.jd b/docs/html/guide/topics/ui/notifiers/notifications.jd index 4a4b1d58b68b..05ec279fa7be 100644 --- a/docs/html/guide/topics/ui/notifiers/notifications.jd +++ b/docs/html/guide/topics/ui/notifiers/notifications.jd @@ -355,7 +355,7 @@ NotificationCompat.InboxStyle inboxStyle = new NotificationCompat.InboxStyle(); String[] events = new String[6]; // Sets a title for the Inbox style big view -inboxStyle.SetBigContentTitle("Event tracker details:"); +inboxStyle.setBigContentTitle("Event tracker details:"); ... // Moves events into the big view for (int i=0; i < events.length; i++) { |