Rename JSON_FILE_EXT to JSON_FILE_EXTENSION

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

View file

@ -28,7 +28,7 @@ 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 JSON_FILE_EXT = ".json"
const val JSON_FILE_EXTENSION = ".json"
const val JSON_MIME_TYPE = "application/json"
const val XML_MIME_TYPE = "text/xml"
const val TXT_MIME_TYPE = "text/plain"