add a Mark As Read notification item
This commit is contained in:
parent
98a7095324
commit
d4e9c22d13
6 changed files with 55 additions and 9 deletions
|
|
@ -11,6 +11,11 @@ const val THREAD_ATTACHMENT_URI = "thread_attachment_uri"
|
|||
const val THREAD_ATTACHMENT_URIS = "thread_attachment_uris"
|
||||
const val USE_SIM_ID_PREFIX = "use_sim_id_"
|
||||
|
||||
private const val PATH = "com.simplemobiletools.smsmessenger.action."
|
||||
const val MARK_AS_READ = PATH + "mark_as_read"
|
||||
const val MESSAGE_ID = "message_id"
|
||||
const val MESSAGE_IS_MMS = "message_is_mms"
|
||||
|
||||
// view types for the thread list view
|
||||
const val THREAD_DATE_TIME = 1
|
||||
const val THREAD_RECEIVED_MESSAGE = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue