diff options
Diffstat (limited to 'docs/html/wear/notifications/remote-input.html')
-rw-r--r-- | docs/html/wear/notifications/remote-input.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/wear/notifications/remote-input.html b/docs/html/wear/notifications/remote-input.html index c8f6621..3d869b5 100644 --- a/docs/html/wear/notifications/remote-input.html +++ b/docs/html/wear/notifications/remote-input.html @@ -489,7 +489,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> |