Rename JSON import constants to better reflect contents

This commit is contained in:
Ensar Sarajčić 2023-07-15 13:59:58 +02:00
parent e825e44f54
commit 0ad178fddb
2 changed files with 3 additions and 2 deletions

View file

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