diff options
author | Scott Main <smain@google.com> | 2014-03-27 19:17:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-27 19:17:05 +0000 |
commit | 9a5c6e6812d3e69fb0f9247a9010918de94a10fe (patch) | |
tree | 02c7317ff9de1cadf7cd952a9f3db42959317100 | |
parent | c1a7d0758de065da80129baa85f1471e67c7fe21 (diff) | |
parent | 4243710bf8b4bf3a0bec9c4cf3b00e4b69651883 (diff) | |
download | frameworks_base-9a5c6e6812d3e69fb0f9247a9010918de94a10fe.zip frameworks_base-9a5c6e6812d3e69fb0f9247a9010918de94a10fe.tar.gz frameworks_base-9a5c6e6812d3e69fb0f9247a9010918de94a10fe.tar.bz2 |
am 4243710b: am 89f4a546: am 0c933df6: fix bug in code snippet
* commit '4243710bf8b4bf3a0bec9c4cf3b00e4b69651883':
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 a3d45df..8243896 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> |