From 0c933df6d09dfb3923e0891028c67249bc8887d5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 27 Mar 2014 11:53:38 -0700 Subject: fix bug in code snippet Change-Id: I98f582d23e5522ef29b9b366bf4a7175eac0bbd5 --- docs/html/wear/notifications/remote-input.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/wear/notifications/remote-input.jd b/docs/html/wear/notifications/remote-input.jd index a3d45df..8243896 100644 --- a/docs/html/wear/notifications/remote-input.jd +++ b/docs/html/wear/notifications/remote-input.jd @@ -119,7 +119,7 @@ RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY) // Create wearable notification and add remote input Notification replyNotification = new WearableNotifications.Builder(replyNotificationBuilder) - .addRemoteInputForContentIntent(replyAction) + .addRemoteInputForContentIntent(remoteInput) .build(); -- cgit v1.1