fix bug in code snippet
Change-Id: I98f582d23e5522ef29b9b366bf4a7175eac0bbd5
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user