OSDN Git Service

Update RemoteInput#setChoices documentation
authorKodlee Yin <kodlee@google.com>
Wed, 9 May 2018 23:19:56 +0000 (16:19 -0700)
committerKodlee Yin <kodlee@google.com>
Tue, 15 May 2018 19:46:57 +0000 (19:46 +0000)
commit4b3a54710792d24233b77bcd6cca120b9ffe0b32
tree07fc9cc4469df36fcbfa021c59e2a6ad97963c34
parent75402c371bc5b4b6e67e96365de0d577597bb960
Update RemoteInput#setChoices documentation

The behavior that #setChoices didn't render on mobile devices from apps
that target SDK < P went undocumented. Because this is changing in P and
above, this documentation needs to point out this behavior.

Also updated formatting and style of docs to improve interop with
kotlin.

Test: none
Bug: 79244189
Change-Id: Iabfe3b2ddcc369e5ec15f9773481468cbc48dabb
core/java/android/app/RemoteInput.java