summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-03-27 19:21:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-27 19:21:46 +0000
commit9ad8a5331ca5eb6390c702ec57952043b56170bf (patch)
tree4e63cef964ccf8cf3f31b15cc4f3da383acbea51
parentf7fd00880ec0d7c26415b00191d27cface39e3c7 (diff)
parent9a5c6e6812d3e69fb0f9247a9010918de94a10fe (diff)
downloadframeworks_base-9ad8a5331ca5eb6390c702ec57952043b56170bf.zip
frameworks_base-9ad8a5331ca5eb6390c702ec57952043b56170bf.tar.gz
frameworks_base-9ad8a5331ca5eb6390c702ec57952043b56170bf.tar.bz2
am 9a5c6e68: am 4243710b: am 89f4a546: am 0c933df6: fix bug in code snippet
* commit '9a5c6e6812d3e69fb0f9247a9010918de94a10fe': fix bug in code snippet
-rw-r--r--docs/html/wear/notifications/remote-input.jd2
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>