Do not include uuid in backup file (prevents having many baresip UAs with same identity)

This commit is contained in:
Juha Heinanen
2024-10-10 08:54:00 +03:00
parent a598708450
commit d0824cdb5e

View File

@ -1724,7 +1724,7 @@ class MainActivity : AppCompatActivity() {
}
private fun backup(password: String) {
val files = arrayListOf("accounts", "history", "config", "contacts", "messages", "uuid",
val files = arrayListOf("accounts", "history", "config", "contacts", "messages",
"gzrtp.zid", "cert.pem", "ca_cert", "ca_certs.crt")
File(BaresipService.filesPath).walk().forEach {
if (it.name.endsWith(".png"))