diff options
| author | 2014-05-01 16:02:16 +0000 | |
|---|---|---|
| committer | 2014-05-01 16:02:16 +0000 | |
| commit | f8df90fd6a4afffd9ff51a91df55e3a6fd62f67c (patch) | |
| tree | c563c877f7f25cced959fd13521114d276e0e648 | |
| parent | 4375e84882a9a84b0012cf9504a30ede6ef72c1f (diff) | |
| parent | 007fad0dbd3f8bd3a8b7323a4587eab954093f27 (diff) | |
am 007fad0d: am 6b7f3936: am b39ce1b6: docs: fix method name
* commit '007fad0dbd3f8bd3a8b7323a4587eab954093f27':
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 e723dab60926..83e11c1bafe2 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); |