summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2014-05-01 08:47:14 -0700
committerRobert Ly <robertly@google.com>2014-05-01 08:47:14 -0700
commitb39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed (patch)
tree465683a515859c99f5fa671bccc9b0cc5f73c281 /docs
parentf26a71003de069355931eab340433ba8345ba3f7 (diff)
downloadframeworks_base-b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed.zip
frameworks_base-b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed.tar.gz
frameworks_base-b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed.tar.bz2
docs: fix method name
Change-Id: If7efbc891eb8f1403bd167ae21d17a2847b257cc
Diffstat (limited to 'docs')
-rw-r--r--docs/html/wear/notifications/stacks.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/wear/notifications/stacks.jd b/docs/html/wear/notifications/stacks.jd
index e723dab..83e11c1 100644
--- a/docs/html/wear/notifications/stacks.jd
+++ b/docs/html/wear/notifications/stacks.jd
@@ -92,7 +92,7 @@ appears as the only notification on the handheld device.
a summary notification for a handset device:</p>
<pre style="clear:right">
-public void onClick_button_groups () {
+public void sendNotifications() {
Bitmap bitmapMila = BitmapFactory.decodeResource(getResources(),
R.drawable.mila128);