Rename JSON import constants to better reflect contents
This commit is contained in:
parent
e825e44f54
commit
0ad178fddb
2 changed files with 3 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ 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 IMPORT_SMS = "import_sms"
|
||||
const val IMPORT_MMS = "import_mms"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue