From b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed Mon Sep 17 00:00:00 2001
From: Robert Ly
Date: Thu, 1 May 2014 08:47:14 -0700
Subject: docs: fix method name
Change-Id: If7efbc891eb8f1403bd167ae21d17a2847b257cc
---
docs/html/wear/notifications/stacks.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs')
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:
-public void onClick_button_groups () {
+public void sendNotifications() {
Bitmap bitmapMila = BitmapFactory.decodeResource(getResources(),
R.drawable.mila128);
--
cgit v1.1