* commit '89f4a5463b11f98b62aa9639a99d3f9ca81b92c4': fix bug in code snippet
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