summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2014-05-01 16:06:05 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-01 16:06:05 +0000
commit3f994367612699a37b350c27155b7d5df611483c (patch)
tree923639f7bb7db77ae7bc5e057ff329883cd75f94 /docs
parentf75c7b6b988be402955edfc7109836d9d0b646be (diff)
parentf8df90fd6a4afffd9ff51a91df55e3a6fd62f67c (diff)
downloadframeworks_base-3f994367612699a37b350c27155b7d5df611483c.zip
frameworks_base-3f994367612699a37b350c27155b7d5df611483c.tar.gz
frameworks_base-3f994367612699a37b350c27155b7d5df611483c.tar.bz2
am f8df90fd: am 007fad0d: am 6b7f3936: am b39ce1b6: docs: fix method name
* commit 'f8df90fd6a4afffd9ff51a91df55e3a6fd62f67c': docs: fix method name
Diffstat (limited to 'docs')
-rw-r--r--docs/html/wear/notifications/stacks.jd2
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);