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) {
|
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")
|
"gzrtp.zid", "cert.pem", "ca_cert", "ca_certs.crt")
|
||||||
File(BaresipService.filesPath).walk().forEach {
|
File(BaresipService.filesPath).walk().forEach {
|
||||||
if (it.name.endsWith(".png"))
|
if (it.name.endsWith(".png"))
|
||||||
|
|||||||
Reference in New Issue
Block a user