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

* commit '4243710bf8b4bf3a0bec9c4cf3b00e4b69651883':
  fix bug in code snippet
This commit is contained in:
Scott Main
2014-03-27 19:17:05 +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>