handle the SEND_MULTIPLE intent too
This commit is contained in:
parent
b7034a728c
commit
ce886b5b87
4 changed files with 18 additions and 6 deletions
|
|
@ -7,6 +7,7 @@ const val THREAD_ID = "thread_id"
|
|||
const val THREAD_TITLE = "thread_title"
|
||||
const val THREAD_TEXT = "thread_text"
|
||||
const val THREAD_ATTACHMENT_URI = "thread_attachment_uri"
|
||||
const val THREAD_ATTACHMENT_URIS = "thread_attachment_uris"
|
||||
|
||||
// view types for the thread list view
|
||||
const val THREAD_DATE_TIME = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue