diff options
author | Robert Ly <robertly@google.com> | 2014-05-01 08:47:14 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2014-05-01 08:47:14 -0700 |
commit | b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed (patch) | |
tree | 465683a515859c99f5fa671bccc9b0cc5f73c281 /docs | |
parent | f26a71003de069355931eab340433ba8345ba3f7 (diff) | |
download | frameworks_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.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 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); |