recognize Uri attachments at third party mms intents

This commit is contained in:
tibbi 2020-04-13 20:08:01 +02:00
parent 0836bdb9af
commit b7034a728c
4 changed files with 18 additions and 4 deletions

View file

@ -6,6 +6,7 @@ import org.greenrobot.eventbus.EventBus
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"
// view types for the thread list view
const val THREAD_DATE_TIME = 1