diff options
author | Joe Malin <jmalin@google.com> | 2013-02-25 11:37:15 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-02-25 11:37:15 -0800 |
commit | 0c7d1abaae25073cafa4542ee032df9c54a01cd9 (patch) | |
tree | 179a8e4e9bb7f26e56eea1a0b148d5b762b75342 | |
parent | c4bed529101b233f66e60e18a54ef6c9b97357f4 (diff) | |
parent | b8df147c59381cc66b5acd3718aa3fc1eaa851b6 (diff) | |
download | frameworks_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.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 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++) { |