diff options
author | Robert Ly <robertly@google.com> | 2014-05-01 17:56:40 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-01 17:56:40 +0000 |
commit | 75b17dff9ce50ca0e08f6b250b1adc43e446e002 (patch) | |
tree | 0a5ba324d4f1c8e5502ae08584386f3f56393455 /docs | |
parent | 674bc2fca5146e371f4d506b361967e72ef1c229 (diff) | |
parent | edbabd2806a9c5c717eff24c65a718f4d2ece817 (diff) | |
download | frameworks_base-75b17dff9ce50ca0e08f6b250b1adc43e446e002.zip frameworks_base-75b17dff9ce50ca0e08f6b250b1adc43e446e002.tar.gz frameworks_base-75b17dff9ce50ca0e08f6b250b1adc43e446e002.tar.bz2 |
am edbabd28: am e3135059: am 9f129366: am 80b2cbbe: Revert "docs: fix method name"
* commit 'edbabd2806a9c5c717eff24c65a718f4d2ece817':
Revert "docs: fix method name"
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 83e11c1..e723dab 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); |