diff options
author | Robert Ly <robertly@google.com> | 2014-05-01 15:56:58 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-01 15:56:58 +0000 |
commit | 007fad0dbd3f8bd3a8b7323a4587eab954093f27 (patch) | |
tree | bb0b5f8f5a8bd7364265489112dee56e867271c8 /docs | |
parent | b76f7b35db0040591492f026d0dc17678141b6cf (diff) | |
parent | 6b7f3936ede97bf29ab5d606c172ff2be7bf9160 (diff) | |
download | frameworks_base-007fad0dbd3f8bd3a8b7323a4587eab954093f27.zip frameworks_base-007fad0dbd3f8bd3a8b7323a4587eab954093f27.tar.gz frameworks_base-007fad0dbd3f8bd3a8b7323a4587eab954093f27.tar.bz2 |
am 6b7f3936: am b39ce1b6: docs: fix method name
* commit '6b7f3936ede97bf29ab5d606c172ff2be7bf9160':
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 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); |