diff options
author | Robert Ly <robertly@google.com> | 2014-05-01 17:44:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-01 17:44:13 +0000 |
commit | 9f129366e6963aacb00893e0be1892003bc0b39d (patch) | |
tree | 1308d4d7d2aa0e62e2d952cfe4c8f21520c0fbbe /docs | |
parent | 6b7f3936ede97bf29ab5d606c172ff2be7bf9160 (diff) | |
parent | 80b2cbbe6c134ff415072f29eaa7392c1ebb0c52 (diff) | |
download | frameworks_base-9f129366e6963aacb00893e0be1892003bc0b39d.zip frameworks_base-9f129366e6963aacb00893e0be1892003bc0b39d.tar.gz frameworks_base-9f129366e6963aacb00893e0be1892003bc0b39d.tar.bz2 |
am 80b2cbbe: Revert "docs: fix method name"
* commit '80b2cbbe6c134ff415072f29eaa7392c1ebb0c52':
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); |