am 89f4a546: am 0c933df6: fix bug in code snippet

* commit '89f4a5463b11f98b62aa9639a99d3f9ca81b92c4':
  fix bug in code snippet
This commit is contained in:
Scott Main
2014-03-27 19:08:23 +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>