am 0c933df6: fix bug in code snippet

* commit '0c933df6d09dfb3923e0891028c67249bc8887d5':
  fix bug in code snippet
This commit is contained in:
Scott Main
2014-03-27 19:02:33 +00:00
committed by Android Git Automerger

View File

@@ -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();
</pre>