Add dialog to import messages
This commit is contained in:
parent
2a5f2bfc03
commit
b74a511a5e
6 changed files with 147 additions and 3 deletions
|
|
@ -20,6 +20,8 @@ const val EXPORT_SMS = "export_sms"
|
|||
const val EXPORT_MMS = "export_mms"
|
||||
const val EXPORT_MIME_TYPE = "application/json"
|
||||
const val EXPORT_FILE_EXT = ".json"
|
||||
const val IMPORT_SMS = "import_sms"
|
||||
const val IMPORT_MMS = "import_mms"
|
||||
|
||||
private const val PATH = "com.simplemobiletools.smsmessenger.action."
|
||||
const val MARK_AS_READ = PATH + "mark_as_read"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue