Do not include uuid in backup file (prevents having many baresip UAs with same identity)
This commit is contained in:
@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user