diff options
| author | 2014-05-01 17:47:19 +0000 | |
|---|---|---|
| committer | 2014-05-01 17:47:19 +0000 | |
| commit | e3135059dee534c9d93cfb0c6e4fa7574eff1049 (patch) | |
| tree | c16df2655373e96449bc5a7d3c71d22a1026bb4c | |
| parent | 41615284dfb00595ed642c4e31da6a035ff53224 (diff) | |
| parent | 9f129366e6963aacb00893e0be1892003bc0b39d (diff) | |
am 9f129366: am 80b2cbbe: Revert "docs: fix method name"
* commit '9f129366e6963aacb00893e0be1892003bc0b39d':
Revert "docs: fix method name"
| -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); |