diff options
author | Scott Main <smain@google.com> | 2014-03-27 19:08:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-27 19:08:23 +0000 |
commit | 4243710bf8b4bf3a0bec9c4cf3b00e4b69651883 (patch) | |
tree | 2d334bc42f303d228ee74cd8cca40b9f208923f5 /docs/html | |
parent | fc680b89184fb60cf9a58e81d7f890002310702d (diff) | |
parent | 89f4a5463b11f98b62aa9639a99d3f9ca81b92c4 (diff) | |
download | frameworks_base-4243710bf8b4bf3a0bec9c4cf3b00e4b69651883.zip frameworks_base-4243710bf8b4bf3a0bec9c4cf3b00e4b69651883.tar.gz frameworks_base-4243710bf8b4bf3a0bec9c4cf3b00e4b69651883.tar.bz2 |
am 89f4a546: am 0c933df6: fix bug in code snippet
* commit '89f4a5463b11f98b62aa9639a99d3f9ca81b92c4':
fix bug in code snippet
Diffstat (limited to 'docs/html')
-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> |