am 0c933df6: fix bug in code snippet
* commit '0c933df6d09dfb3923e0891028c67249bc8887d5': 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