Added tel-provider attribute to pre-configuration

This commit is contained in:
Juha Heinanen
2022-02-09 12:49:47 +02:00
parent a88792ed38
commit 52f693f49c
@@ -184,6 +184,8 @@ class AccountActivity : AppCompatActivity() {
"voicemail-uri" -> "voicemail-uri" ->
if (text.isNotEmpty()) if (text.isNotEmpty())
acc.vmUri = text acc.vmUri = text
"tel-provider" ->
acc.telProvider = text
} }
} }
event = parser.next() event = parser.next()