diff options
| author | 2014-05-01 17:40:33 +0000 | |
|---|---|---|
| committer | 2014-05-01 17:40:33 +0000 | |
| commit | 80b2cbbe6c134ff415072f29eaa7392c1ebb0c52 (patch) | |
| tree | 13c83db8067c7cc78c647971ad6a73d680841804 | |
| parent | b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed (diff) | |
Revert "docs: fix method name"
This reverts commit b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed.
Change-Id: Ib7ed4fac07301dd5640fc41348af0d49ad9ef518
| -rw-r--r-- | docs/html/wear/notifications/stacks.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/wear/notifications/stacks.jd b/docs/html/wear/notifications/stacks.jd index 83e11c1bafe2..e723dab60926 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 sendNotifications() { +public void onClick_button_groups () { Bitmap bitmapMila = BitmapFactory.decodeResource(getResources(), R.drawable.mila128); |