am d3e2fd99: am c79173c7: am 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs automerge: b5b9c9b5
* commit 'd3e2fd99':
docs: Bugfix & minor cleanup for "Providing Messaging for Auto"
If your app supports replying to a conversation, you must call the {@code setReplyAction()}
method and provide a pending intent to pass that user action back to your app. The {@code
UnreadConversation} object you create must also include a {@link
android.support.v4.app.RemoteInput} object. This object is required because the Auto user
receiving this conversation speaks a reply, a the remote input objects lets your app get a text
If your app supports replying to a conversation, you must call the {@link android.support.v4.app.NotificationCompat.CarExtender.UnreadConversation.Builder#setReplyAction setReplyAction()}
method and provide a pending intent to pass that user action back to your app. The