Add support for .txt files for importing

This commit is contained in:
Ensar Sarajčić 2023-07-15 16:32:33 +02:00
parent a6b97698bf
commit a35edce84a
3 changed files with 20 additions and 5 deletions

View file

@ -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"