Rename JSON_FILE_EXT to JSON_FILE_EXTENSION
This commit is contained in:
parent
a35edce84a
commit
c79242f571
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue