summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Malin <jmalin@google.com>2013-02-25 11:37:15 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-25 11:37:15 -0800
commit0c7d1abaae25073cafa4542ee032df9c54a01cd9 (patch)
tree179a8e4e9bb7f26e56eea1a0b148d5b762b75342
parentc4bed529101b233f66e60e18a54ef6c9b97357f4 (diff)
parentb8df147c59381cc66b5acd3718aa3fc1eaa851b6 (diff)
downloadframeworks_base-0c7d1abaae25073cafa4542ee032df9c54a01cd9.zip
frameworks_base-0c7d1abaae25073cafa4542ee032df9c54a01cd9.tar.gz
frameworks_base-0c7d1abaae25073cafa4542ee032df9c54a01cd9.tar.bz2
am b8df147c: am 5c8bba35: am cfb153b1: am 06764394: Merge "Bug 8261430: Typo in Notifications" into jb-mr1-dev
* commit 'b8df147c59381cc66b5acd3718aa3fc1eaa851b6': Bug 8261430: Typo in Notifications
-rw-r--r--docs/html/guide/topics/ui/notifiers/notifications.jd2
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 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 &lt; events.length; i++) {