Add support for .txt files for importing
This commit is contained in:
parent
a6b97698bf
commit
a35edce84a
3 changed files with 20 additions and 5 deletions
|
|
@ -31,6 +31,7 @@ const val EXPORT_MMS = "export_mms"
|
|||
const val JSON_FILE_EXT = ".json"
|
||||
const val JSON_MIME_TYPE = "application/json"
|
||||
const val XML_MIME_TYPE = "text/xml"
|
||||
const val TXT_MIME_TYPE = "text/plain"
|
||||
const val IMPORT_SMS = "import_sms"
|
||||
const val IMPORT_MMS = "import_mms"
|
||||
const val WAS_DB_CLEARED = "was_db_cleared_2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue