From 43f81181bcfed0a97bf39175b690526c047ee0fb Mon Sep 17 00:00:00 2001 From: Joe Malin Date: Mon, 25 Feb 2013 10:20:29 -0800 Subject: Bug 8261430: Typo in Notifications Change-Id: Ia0de6eec870f75cb31e082fba5a8b6764d6e4810 --- docs/html/guide/topics/ui/notifiers/notifications.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html') diff --git a/docs/html/guide/topics/ui/notifiers/notifications.jd b/docs/html/guide/topics/ui/notifiers/notifications.jd index 4a4b1d5..05ec279 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++) { -- cgit v1.1