diff options
| author | 2014-03-27 19:02:33 +0000 | |
|---|---|---|
| committer | 2014-03-27 19:02:33 +0000 | |
| commit | 89f4a5463b11f98b62aa9639a99d3f9ca81b92c4 (patch) | |
| tree | 0573e34130ffa3c4c4433c5525829e2d39201c1e | |
| parent | 8ea583a71aef2f21f833c003a948ca7b1dc32915 (diff) | |
| parent | 0c933df6d09dfb3923e0891028c67249bc8887d5 (diff) | |
am 0c933df6: fix bug in code snippet
* commit '0c933df6d09dfb3923e0891028c67249bc8887d5':
fix bug in code snippet
| -rw-r--r-- | docs/html/wear/notifications/remote-input.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/wear/notifications/remote-input.jd b/docs/html/wear/notifications/remote-input.jd index a3d45df5fbe3..82438968d636 100644 --- a/docs/html/wear/notifications/remote-input.jd +++ b/docs/html/wear/notifications/remote-input.jd @@ -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> |