Update mime type and file extension constants for clarity

This commit is contained in:
Ensar Sarajčić 2023-07-15 16:24:32 +02:00
parent 0ad178fddb
commit a6b97698bf
3 changed files with 8 additions and 9 deletions

View file

@ -28,10 +28,9 @@ const val PINNED_CONVERSATIONS = "pinned_conversations"
const val BLOCKED_KEYWORDS = "blocked_keywords"
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 JSON_IMPORT_MIME_TYPE = "application/json"
const val XML_IMPORT_MIME_TYPE = "text/xml"
const val JSON_FILE_EXT = ".json"
const val JSON_MIME_TYPE = "application/json"
const val XML_MIME_TYPE = "text/xml"
const val IMPORT_SMS = "import_sms"
const val IMPORT_MMS = "import_mms"
const val WAS_DB_CLEARED = "was_db_cleared_2"